Skip to main content

SI

Type Alias SI 

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.