menu
destack:collections
import destack:collections
Classes
ArrayA growable compact array.ConcurrentMapA sharded concurrent hash map.ConcurrentQueueA concurrent multi-producer multi-consumer queue.ConcurrentSetA sharded concurrent hash set.DequeA compact double-ended queue.LinkedListA linked list.MapA compact hash map.SetA compact hash set.SortedMapA compact sorted map.SortedSetA compact sorted set.
Structs
BinaryHeapA binary max-heap.ConcurrentMapEntryEntry guard for one concurrent map key.ConcurrentMapReadRead guard for one concurrent map entry.ConcurrentMapWriteWrite guard for one concurrent map entry.ConcurrentSetReadRead guard for one concurrent set value.MapEntryOne map entry.MapEntryHandleMutating access to one map entry.SlabA generational slab with stable keys and reusable slots.SmallArrayA growable contiguous array with inline storage.SortedMapEntryOne sorted map entry.SortedMapEntryHandleMutating access to one sorted map entry.
Newtypes
Newtype interfaces
SequenceFinite ordered collection destructured by sequence patterns.
Type aliases
FixedArrayFixed-size array alias.ReadonlyArrayReadonly view of a dynamic array.