Structs§
- Sequence
Subrange - A subrange adapter of a collection of scalars.
- Sequence
Subrange Mut - A subrange adapter of a mutable collection of scalars.
Traits§
- Random
Access Sequence - A trait for a collection that allows indexed access by value. This trait is used to abstract over different types of collections - scalar slices, slices of packed field elements including subranges of collections.
- Random
Access Sequence Mut - A trait for a mutable access to a collection of scalars.