scriptorium/utils/ints/minute

A minute is a ranged integer from 0 to 59.

Types

pub opaque type Minute

Values

pub fn compare(a: Minute, b: Minute) -> order.Order
pub fn from_int(value: Int) -> Result(Minute, utils.Overflow)
pub fn to_int(value: Minute) -> Int
Search Document