Is there any reason why the number conversions (`t...
# stdlib
k
Is there any reason why the number conversions (
toInt
,
toIntOrNull
, ...) in
kotlin.text
are implemented for
String
instead of
CharSequence
?