Expand description
Types and utilities used to pack and unpack dynamic sequences of values with restricted length prefixes.
Structs
- Wrapper type for
BTreeSet<T>with a length prefix. The set’s prefix bounds are provided byB, whereBis aBoundedtype. The prefix type is theBoundstype associated withB. - Wrapper type for
Box<[T]>with a length prefix. The boxed slice’s prefix bounds are provided byB, whereBis aBoundedtype. The prefix type is theBoundstype associated withB.
Enums
- Semantic error raised while unpacking dynamically-sized sequences.