Module map

Source
Expand description

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 Aliases§

TreeMapIter
TreeMapKeys
TreeMapRange
TreeMapRevIter
TreeMapValues