toString

open override fun toString(): String(source)

Returns a string representation of this in-place subsequence.

This does not copy the underlying characters beyond what String.substring does; it delegates to the backing sourceCharSequence to produce a new String containing the characters in the range [start, end).

Note: calling this will allocate a new String representing the subsequence.