Module unc_sdk::store::unordered_set
source · Structs§
- A lazy iterator producing elements in the difference of
UnorderedSets. - A draining iterator for
UnorderedSet. - A lazy iterator producing elements in the intersection of
UnorderedSets. - An iterator over elements of a
UnorderedSet. - A lazy iterator producing elements in the symmetrical difference of
UnorderedSets. - A lazy iterator producing elements in the union of
UnorderedSets. - UnorderedSetDeprecatedA lazily loaded storage set that stores its content directly on the storage trie. This structure is similar to
unc_sdk::store::LookupSet, except that it keeps track of the elements so thatUnorderedSetcan be iterable among other things.