Variable String.data

Underlying array of characters

struct String
{
  // ...
  DynamicArray!(char,128L) data ;
  // ...
}