scriptorium/utils/ints/minute

A minute is a ranged integer from 0 to 59.

Types

pub opaque type Minute

Functions

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