Type Alias Values

Source
pub type Values = SmallVec<[f32; 4]>;
Expand description

The input/output type of functions.

Aliased Typeยง

pub struct Values { /* private fields */ }