String.data

Underlying array of characters

struct String
Array!(char, 128) data;

Meta