auto s = String("Piscis primuin a capite foetat."); assert(s.length == 31); assert(s[$ - 1] == '.');
See Implementation