[][src]Type Definition heim_common::units::time::Time

type Time<U, V> = Quantity<dyn Dimension<Kind = dyn Kind + 'static, L = Z0, J = Z0, T = PInt<UInt<UTerm, B1>>, N = Z0, M = Z0, I = Z0, Th = Z0> + 'static, U, V>;

Time (base unit second, s).

Generic Parameters

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