Returns an array used internally by the string. The length of the returned array may be smaller than the size of the reserved memory for the string.
The array representing the string.
auto s = String("Char array."); assert(s.get().length == 11);
See Implementation
Returns an array used internally by the string. The length of the returned array may be smaller than the size of the reserved memory for the string.