Skip to main content

DeltaVec

Type Alias DeltaVec 

Source
type DeltaVec = SmallVec<f32, 64>;

Aliased Type§

struct DeltaVec(Storage<f32, 64>);

Tuple Fields§

§0: Storage<f32, 64>