Skip to main content

SI

Type Alias SI 

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.