[]Type Definition heim::units::Information

type Information = Quantity<dyn Dimension<T = Z0, N = Z0, I = Z0, L = Z0, J = Z0, Th = Z0, Kind = dyn InformationKind + 'static, M = Z0> + 'static, dyn Units<u64, luminous_intensity = candela, length = meter, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, time = second> + 'static, u64>;

Quantity type alias using the default base units.