Companion

object Companion

Functions

Link copied to clipboard

Construct a Java string from the receiver, an Avail string.

Link copied to clipboard
fun A_String.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.