Closed nekevss closed 4 months ago
This PR updates Duration types to have FiniteF64 fields instead of just a f64.
Duration
FiniteF64
f64
I still have to re-implement a PartialDurationRecords struct but thought I'd post this as a draft in the meantime for feedback/thoughts.
PartialDurationRecords
Also, FiniteF64 probably shouldn't live in utils, but I wasn't sure exactly where to move it... maybe a primitives mod?
utils
This PR updates
Duration
types to haveFiniteF64
fields instead of just af64
.I still have to re-implement a
PartialDurationRecords
struct but thought I'd post this as a draft in the meantime for feedback/thoughts.Also,
FiniteF64
probably shouldn't live inutils
, but I wasn't sure exactly where to move it... maybe a primitives mod?