[][src]Module skiplist::skipmap

SkipMap stores key-value pairs, with the keys being unique and always sorted.

Structs

IntoIter

Consuming iterator for a SkipMap.

Iter

Iterator for a SkipMap.

IterMut

Mutable iterator for a SkipMap.

Keys

Iterator over a SkipMap's keys.

SkipMap

The skipmap provides a way of storing element pairs such that they keys are always sorted whilst at the same time providing efficient way to access, insert and removes nodes.

Values

Iterator over a SkipMap's values.