Skip to main content

Module set

Module set 

Source

Structs§

SetIter

Enums§

IndexKey
A serializable index key from a Set.
Set
A finite, ordered index set.

Traits§

FromIndexKey
Typed projection of an IndexKey. Implementations panic when the key’s shape does not match the target type, the same contract as crate::indexed::IndexedVar indexing on a missing key.

Type Aliases§

IndexTuple
Heap-allocated tuple key payload. Immutable after construction.