pub type Length = Measure<LengthSystem>;
#[repr(transparent)]pub struct Length { pub val: f32, }
val: f32