temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Add an `as_unsigned_integer_with_truncation` method to `FiniteF64`

Open nekevss opened this issue 5 months ago • 0 comments

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.

nekevss avatar Jul 22 '25 02:07 nekevss