Type Alias VectorOf

Source
pub type VectorOf<Scalar, Width, Token> = <Scalar as Scalar<Token, Width>>::Vector;
Expand description

Convenience type for the vector with a particular width.