scriptorium/utils/time
Types
pub type Time {
Time(hours: hour.Hour, minutes: minute.Minute)
}
Constructors
-
Time(hours: hour.Hour, minutes: minute.Minute)
Values
pub fn compare(a: Time, b: Time) -> order.Order
Compare if a
is before (lower than) than b
.