Set the comparator delegate
Compare this Text start with another. Returns 0 if the content matches, less than zero if this Text is "less" than the other, or greater than zero where this Text is "bigger".
Compare this Text start with an array. Returns 0 if the content matches, less than zero if this Text is "less" than the other, or greater than zero where this Text is "bigger".
Return content from this Text. A slice of dst is returned, representing a copy of the content. The slice is clipped to the minimum of either the length of the provided array, or the length of the content minus the stipulated start point
Get the encoding type
Does this Text end with another?
Does this Text end with the specified string?
Is this Text equal to another?
Is this Text equal to the the provided text?
Compare this Text to another
Is this Text equal to another?
Is this Text equal to another?
Return an alias to the content of this TextView. Note that you are bound by honour to leave this content wholly unmolested. D surely needs some way to enforce immutability upon array references
Does this Text start with another?
Does this Text start with the specified string?
Hash this Text
Return the length of the valid content
Immutable string