Module array_utils

Source
Expand description

Perform manually unrolled operations on arrays.

Look at ArrayUnrolledExt for the meat of this module.

Enums§

ArrayUnrolledOps
A type which can be used to require that unrolled operations exist for a given array size.

Traits§

ArrayAdjacentPairs
An array for which vectoreyes has implemented adjacent pairing operations
ArrayUnrolledExt
Manually unrolled operations on arrays.
EvenArrayAdjacentPairs
An even-sized array.
UnrollableArraySize
A marker trait you shouldn’t invoke directly. See the module documentation for more info.