Module group_helpers

Source
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.
PrefixMut
Simd prefix (mutable), contains the elements before the body.
RefGroup
Wrapper around a group of references.
RefGroupMut
Wrapper around a group of mutable references.
SimdFor
Wrapper for simd operations for type E.
SliceGroup
Analogous to an immutable reference to a slice for groups.
SliceGroupMut
Analogous to a mutable reference to a slice for groups.
Suffix
Simd suffix, contains the elements after the body.
SuffixMut
Simd suffix (mutable), contains the elements after the body.
VecGroup
Analogous to alloc::vec::Vec for groups.
YesConj
Do conjugate.

Traits§

ConjTy
Similar to Conj, but determined at compile time instead of runtime.
Read
Write