[][src]Type Definition uom::si::SI

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

International System of Units (SI).

Generic Parameters

  • V: Underlying storage type.