pub type VectorOf<Scalar, Width, Token> = <Scalar as Scalar<Token, Width>>::Vector;
Convenience type for the vector with a particular width.