temporal
temporal copied to clipboard
Add an `as_unsigned_integer_with_truncation` method to `FiniteF64`
Currently, time accepts unsigned integer. Neither of the current AO implementations on FiniteF64 support truncating to an unsigned integer where negative values are rejected but 0 is accepted.
This would help with truncating time values in some constructors.