String capacity in bytes.
auto s = String("In allem Schreiben ist Schamlosigkeit."); assert(s.capacity == 38);
See Implementation