scriptorium/utils/ints/day

A day is a ranged integer from 1 to 31.

Types

pub opaque type Day

Functions

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