I think a string extension function would be cool ...
# stdlib
d
I think a string extension function would be cool to have in the stdlib:
inline operator fun get(range: IntRange): String = substring(range)
3