Module lattices::collections
source · Expand description
Simple singleton or array collection with [cc_traits
] implementations.
Structs§
- An array wrapper representing a fixed-size map.
- An array wrapper representing a fixed-size set (modulo duplicate items).
- A key-value entry wrapper representing a singleton map.
- A type that will always be an empty set.
- A key-value entry wrapper around
Option<(K, V)>
representing a singleton or empty map. - A wrapper around
Option
, representing either a singleton or empty set. - A key-value entry wrapper representing a singleton map.
- A wrapper around an item, representing a singleton set.
- A
Vec
-wrapper representing a naively implemented map. - A
Vec
-wrapper representing a naively-implemented set.
Traits§
- Trait for transforming the values of a map without changing the overall type of the data structure.