Module tinymap::array_map

source ·
Expand description

A stack-based, fixed-size map that puts nodes on an array rather than the heap. See documentation of ArrayMap for more information.

Structs

A binary tree that uses a stack-based array as storage for nodes.
A drain from an ArrayMap.
A consuming iterator for instances of ArrayMap.
A non-consuming iterator for instances of ArrayMap.
A non-consuming iterator for instances of ArrayMap that returns mutable references.
An iterator over the keys of an ArrayMap.
An iterator over the values of an ArrayMap.
A mutable iterator over the values of an ArrayMap.