[]Type Definition heim::units::information::Information

type Information<U, V> = Quantity<dyn Dimension<N = Z0, T = Z0, J = Z0, L = Z0, Kind = dyn InformationKind + 'static, Th = Z0, M = Z0, I = Z0> + 'static, U, V>;

Information (dimensionless quantity).

Generic Parameters

  • U: Base units.
  • V: Underlying storage type.