Module std::collections

Heap-allocating collections.

Modules

Binary heap collection and utilities.

Structs

Growable heap-allocated array.
A hash-based set collection.
A double-ended queue (growable ring buffer).
A map (dictionary) implemented as a hash table.
A binary max-heap (priority queue).