copy String From To Can Destroy
abstract fun copyStringFromToCanDestroy( start: Int, end: Int, canDestroy: Boolean): A_String
Content copied to clipboard
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.
can Destroy
Whether the original object may be destroyed if mutable.