Append a string without null-termination for faster building of strings
inline void appendStrNT(const char * s);
DString Class