Module vec_set

Source

Structsยง

VecSet
A set data structure backed by a vector. The set is guaranteed not to contain duplicate keys. All operations are O(N) in the size of the set
VecSetTypeTag