Module set

Module set 

Source
Expand description

A Set API based on a prefix array, this module contains the PrefixArraySet type.

Structsยง

Drain
A Draining Iterator of some or all elements of a PrefixArraySet. Holds a mutable reference to the parent PrefixArraySet
IntoIter
Iterator from a PrefixArraySet.
Iter
Immutable view Iterator from a PrefixArraySet or SetSubSlice
PrefixArraySet
A generic search-by-prefix array designed to find strings with common prefixes in O(log n) time, and easily search on subslices to refine a previous search.
SetSubSlice
A subslice of a PrefixArraySet in which all items contain a common prefix (which may be the unit prefix "").