Why does `coerceIn` accept nullable types? This me...
# stdlib
m
Why does
coerceIn
accept nullable types? This method becomes unusable for real computations because of boxing. Moreover, there’re
coerceAtLeast
and
coerceAtMost
methods, which are very similar to what
coerceIn
does when one of its arguments is
null
.