pub unsafe trait NextArray { type Next: ArrayExt; }
Temporary helper trait for getting an array type of size N + 1.
N + 1
Next
Self
An array of size N + 1.