Module crossbeam_skiplist::set[][src]

TODO: docs

Structs

Entry

TODO

IntoIter

An owning iterator over the entries of a SkipSet.

Iter

An iterator over the entries of a SkipSet.

Range

An iterator over the entries of a SkipMap.

SkipSet

A set based on a lock-free skip list.