[−][src]Type Definition heim_common::units::si::quantities::Length
type Length<V> = Quantity<dyn Dimension<Th = Z0, Kind = dyn Kind + 'static, T = Z0, I = Z0, M = Z0, J = Z0, L = PInt<UInt<UTerm, B1>>, N = Z0> + 'static, dyn Units<V, electric_current = ampere, time = second, thermodynamic_temperature = kelvin, amount_of_substance = mole, length = meter, luminous_intensity = candela, mass = kilogram> + 'static, V>;
Quantity type alias using the default base units
parameterized on the underlying storage type.