Module fast_accessor

Module fast_accessor 

Source
Expand description

Despite the name, FastAccessor is not much less safe than SafeAccessor. However, it does not require T: Sized, or I: usize.

Structsยง

FastAccessor
The immutable fast accessor. Contains a reference to the array, and the dimension to get from the vectors.
FastAccessorMut
The mutable fast accessor. Contains a mutable reference to the array, and the dimension to get from the vectors.