Previously the min value was ignored in case the max value was less than the min value. E.g. coerceIn(5, 0, -1) would be -1 instead of 0
Previously the min value was ignored in case the max value was less than the min value. E.g. coerceIn(5, 0, -1) would be -1 instead of 0