[Issue 11353] core.time.Duration is missing to() conversion function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 12 03:13:39 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=11353

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
TickDuration will soon be deprecated, and none of the other time stuff supports
floating point. Anyone who wants that functionality can calculate the floating
point values from the integral values that the types do provide. It's not
something that most code should be doing, but the API makes it possible for
those who care.

--


More information about the Digitalmars-d-bugs mailing list