pub trait ArrayMove14<T>:
ArrayMove_0_8<T>
+ IntoField<I8, Ty = T>
+ IntoField<I9, Ty = T>
+ IntoField<I10, Ty = T>
+ IntoField<I11, Ty = T>
+ IntoField<I12, Ty = T>
+ IntoField<I13, Ty = T> { }Expand description
A structural alias for an array of this size. With shared and by value access to the elements.