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