0 when value is negative, otherwise value unchanged.long normalizedInterval(long value) pure @safe nothrow @nogcClamp a requested timer interval to the non-negative range accepted by the loop.
value | Caller-provided interval in milliseconds. |
0 when value is negative, otherwise value unchanged.