Position.
Byte at pos.
Precondition: length > pos.
auto s = String("Alea iacta est."); assert(s[0] == 'A'); assert(s[4] == ' ');
See Implementation