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