Skip to main content

Scalars

Type Alias Scalars 

Source
pub type Scalars<C, M> = HeapArray<Scalar<C>, M>;
Expand description

A batch of M scalar elements of type C::Scalar.

Aliased Typeยง

pub struct Scalars<C, M> { /* private fields */ }