Expand description
The SetView
implements a set with ordered entries.
Structs§
- Byte
SetView - A
View
that supports inserting and removing values indexed by a key. - Custom
SetView - A
View
implementing the set functionality with the indexI
being a type with a custom serialization format. - SetView
- A
View
implementing the set functionality with the indexI
being any serializable type.
Type Aliases§
- Hashed
Byte SetView - Type wrapping
ByteSetView
while memoizing the hash. - Hashed
Custom SetView - Type wrapping
CustomSetView
while memoizing the hash. - Hashed
SetView - Type wrapping
SetView
while memoizing the hash.