std::collections::ordered_set

Status: shipped

Sorted set of i64 with binary-search lookups. Re-bind shape on every mutator.

Public items

Name Kind Description
insert fn Insert (sorted, no duplicates).
remove fn Remove a value.
contains fn Membership test.
len fn Element count.