Skip to main content

SI

Type Alias SI 

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.