Good question to ask here is “okay, I got null fro...
# stdlib
o
Good question to ask here is “okay, I got null from
toInt
, now what?” If you find it more often would be
s.toInt() ?: throw SomeException()
it wouldn’t be much better than throw it right away.