Variable String.data

Underlying array of characters

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