ScalarList

Type Alias ScalarList 

Source
pub type ScalarList<const N: usize> = TensorRank0List<N>;
Expand description

A list of scalars.

Aliased Typeยง

pub struct ScalarList<const N: usize>(/* private fields */);