pub trait ArrayMove30<T>:
ArrayMove_16_24<T>
+ IntoField<I24, Ty = T>
+ IntoField<I25, Ty = T>
+ IntoField<I26, Ty = T>
+ IntoField<I27, Ty = T>
+ IntoField<I28, Ty = T>
+ IntoField<I29, Ty = T> { }
Expand description
A structural alias for an array of this size. With shared and by value access to the elements.