copyStringFromToCanDestroy

open override fun copyStringFromToCanDestroy(    start: Int,     end: Int,     canDestroy: Boolean): A_String

A convenience method that exposes the fact that a subtuple of a string is also a string.

Return

The substring.

Parameters

start

The start of the range to extract.

end

The end of the range to extract.

canDestroy

Whether the original object may be destroyed if mutable.