An associative container which contains sets of objects of type Key.
An associative container which contains sets of objects of type Key.
An associative container which contains sets of objects of type Key.
An associative container which contains sets of objects of type Key.
Set, designed to replace std::set usage. O(log(n)) insertion, removal, and search time. Set is designed to operate even without initialization through makeSet.
Sets
This module implements @nogc BTree-backed sets, replacement for std::set.