You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is useful for supporting #231, so we might as well make it public. We can reuse the rounding implementation for SignedDuration, but being careful to make sure we only support Unit::Hour, Unit::Minute and Unit::Second.
This is useful for supporting #231, so we might as well make it public. We can reuse the rounding implementation for
SignedDuration, but being careful to make sure we only supportUnit::Hour,Unit::MinuteandUnit::Second.