Module unordered_set

Source

Structsยง

Difference
A lazy iterator producing elements in the difference of UnorderedSets.
Drain
A draining iterator for UnorderedSet.
Intersection
A lazy iterator producing elements in the intersection of UnorderedSets.
Iter
An iterator over elements of a UnorderedSet.
SymmetricDifference
A lazy iterator producing elements in the symmetrical difference of UnorderedSets.
Union
A lazy iterator producing elements in the union of UnorderedSets.
UnorderedSetDeprecated
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 UnorderedSet can be iterable among other things.