When using the duration api why is it d.toDouble(D...
# stdlib
h
When using the duration api why is it d.toDouble(DurationUnit.HOURS) instead of the now deprecated (but seemingly more concise) d.inHours?
👀 1