Module skiplist::skipmap
[−]
[src]
Structs
| IntoIter | |
| Iter | |
| IterMut | |
| 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 |