Module iterable_set

Source

Structsยง

Difference
A lazy iterator producing elements in the difference of UnorderedSets.
Drain
A draining iterator for IterableSet.
Intersection
A lazy iterator producing elements in the intersection of UnorderedSets.
Iter
An iterator over elements of a IterableSet.
IterableSet
A lazily loaded storage set that stores its content directly on the storage trie. This structure is similar to near_sdk::store::LookupSet, except that it keeps track of the elements so that IterableSet can be iterable among other things.
SymmetricDifference
A lazy iterator producing elements in the symmetrical difference of IterableSets.
Union
A lazy iterator producing elements in the union of UnorderedSets.