pub type Length<U> = Length<f32, U>;

Aliased Type§

struct Length<U>(pub f32, _);

Fields§

§0: f32