copyStringFromToCanDestroy

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

Even though A_Tuple.copyTupleFromToCanDestroy would perform the same activity, this method returns the stronger A_String type as a convenience, when the code knows it's working on strings.

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.