Hi there, why are there no Duration extensions in ...
# kotlinx-datetime
h
Hi there, why are there no Duration extensions in the standard library such as
Number.seconds
but just
Double.seconds
?
e
Number is not an interface a library can handle in any reasonable complete way
what should that do with a BigInteger? a Complex?
h
Ah understood. Thanks for the clarification