Module arrayset::ord::set

source ·

Modules

Structs

  • A heapless, ord-based array set. Operates very similarly to BTreeSet, but maintains its entries as a single array stored inside itself. Sorted insertions are optimized and will be processed in constant time.