cast(T) rhsWarn.onLowerBound
T onLowerBound(Rhs, T)(Rhs rhs, T bound)Called automatically upon a bad opOpAssign call (one that loses precision or attempts to convert a negative value to an unsigned type).
Parameters
rhs | The right-hand side value in the assignment, after the operator has been evaluated |
bound | The bound being violated |