Ordinal
represents a bounded value for minutes, ranging from 0 to 59. This is useful for representing the minute component of a time.
Equations
Instances For
Equations
Equations
- Std.Time.Minute.instInhabitedOrdinal = { default := 0 }
Equations
- Std.Time.Minute.instOfNatOffset = { ofNat := { val := Int.ofNat n } }
@[inline]
Creates an Ordinal
from a natural number, ensuring the value is within bounds.