Expand description
The SetView implements a set with ordered entries.
Structs§
- Byte
SetView - A
Viewthat supports inserting and removing values indexed by a key. - Custom
SetView - A
Viewimplementing the set functionality with the indexIbeing a type with a custom serialization format. - SetView
- A
Viewimplementing the set functionality with the indexIbeing any serializable type.
Type Aliases§
- Hashed
Byte SetView - Type wrapping
ByteSetViewwhile memoizing the hash. - Hashed
Custom SetView - Type wrapping
CustomSetViewwhile memoizing the hash. - Hashed
SetView - Type wrapping
SetViewwhile memoizing the hash. - Historically
Hashed Byte SetView - Wrapper around
ByteSetViewto compute hashes based on the history of changes. - Historically
Hashed Custom SetView - Wrapper around
CustomSetViewto compute hashes based on the history of changes. - Historically
Hashed SetView - Wrapper around
SetViewto compute hashes based on the history of changes.