Std.Time.Instant
1 declaration
type
InstantThis declaration introduces a public type.
What it does
A point on the system clock, as milliseconds since the start of 1970.
A distinct type from a plain number so a duration and an instant cannot be
confused for one another, which is the mistake date handling is made of.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
