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