chrono
chrono copied to clipboard
Saturating operations
saturating_*
methods might be quite useful. They are present in standard library for primitive types, so the use case can be quite frequent (?).
I found only one mention of saturation in this repo: "...library users could implement some saturating_* methods...".
Since there seems to be no separate discussion about this, I suggest to consider this implementation here.