Module containers::collections[][src]

Expand description

Collection types

Re-exports

pub use self::b_tree::BTree;

Modules

Balanced search trees

Structs

Growable heap in terms of Vec

Raw growable array, a low-level utility type to allocate a buffer of memory and not need to worry about edge cases

Growable array