pub trait Array26<T>:
Array_16_24<T>
+ IntoFieldMut<I24, Ty = T>
+ IntoFieldMut<I25, Ty = T> { }
Expand description
A structural alias for an array of this size. With shared,mutable,and by value access to the elements.
pub trait Array26<T>:
Array_16_24<T>
+ IntoFieldMut<I24, Ty = T>
+ IntoFieldMut<I25, Ty = T> { }
A structural alias for an array of this size. With shared,mutable,and by value access to the elements.