Expand description
Advanced: Helper types for working with GroupFor
in generic contexts.
Structs§
- NoConj
- Do not conjugate.
- Prefix
- Simd prefix, contains the elements before the body.
- Prefix
Mut - Simd prefix (mutable), contains the elements before the body.
- RefGroup
- Wrapper around a group of references.
- RefGroup
Mut - Wrapper around a group of mutable references.
- SimdFor
- Wrapper for simd operations for type
E
. - Slice
Group - Analogous to an immutable reference to a slice for groups.
- Slice
Group Mut - Analogous to a mutable reference to a slice for groups.
- Suffix
- Simd suffix, contains the elements after the body.
- Suffix
Mut - Simd suffix (mutable), contains the elements after the body.
- VecGroup
- Analogous to
alloc::vec::Vec
for groups. - YesConj
- Do conjugate.