Skip to main content

SI

Type Alias SI 

pub type SI<V> = dyn Units<V, time = second, length = meter, luminous_intensity = candela, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, electric_current = ampere>;
Expand description

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.