Skip to main content

SI

Type Alias SI 

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.