Use prefixed seconds when possible for chrono-equivalent units #216
Labels
⬇️ affects: code (interfaces)
Affects the way end users will interact with the library
📁 kind: enhancement
New feature or request
💪 effort: small
Milestone
See this link for current behaviour:
https://godbolt.org/z/vvsaz4Y3a
We could create a utility template that says, effectively, "if any of these prefixes produces a quantity-equivalent unit, then use that instead of just the unit-and-mag".
Of course, once #85 gets fixed, we won't see
[UNLABELED_UNIT]
; we'll see something like[1 / 1000000000] s
. But the prefixes would be a nicer user experience.The text was updated successfully, but these errors were encountered: