Expand description
Despite the name, FastAccessor is not much less safe than SafeAccessor. However, it does not require T: Sized, or I: usize.
Structsยง
- Fast
Accessor - The immutable fast accessor. Contains a reference to the array, and the dimension to get from the vectors.
- Fast
Accessor Mut - The mutable fast accessor. Contains a mutable reference to the array, and the dimension to get from the vectors.