[][src]Module skiplist::skiplist

A skiplist implementation which allows faster random access than a standard linked list.

Structs

IntoIter

Consuming iterator for a SkipList.

Iter

Iterator for a SkipList.

IterMut

Muable iterator for a SkipList.

SkipList

SkipList provides a way of storing elements and provides efficient way to access, insert and remove nodes.