[][src]Module immutable_chunkmap::set

Structs

Set

This set uses a similar strategy to BTreeSet to ensure cache efficient performance on modern hardware while still providing log(N) get, insert, and remove operations.

SetIter
WeakSetRef