Type Alias SI

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.