Module immutable_map::map
[−]
[src]
An immutable map based on binary search tree
Structs
| TreeMap |
An immutable key-value map based on weight-balanced binary tree. See https://yoichihirai.com/bst.pdf for the balancing algorithm. |
Type Definitions
| TreeMapIter | |
| TreeMapKeys | |
| TreeMapRange | |
| TreeMapRevIter | |
| TreeMapValues |