pub type Scalars<const W: usize> = TensorRank0List<W>;
Expand description
A list of scalars.
Aliased Typeยง
struct Scalars<const W: usize>(/* private fields */);
pub type Scalars<const W: usize> = TensorRank0List<W>;
A list of scalars.
struct Scalars<const W: usize>(/* private fields */);