String.appendZeroTerminatedString

Append a zero-terminated character to the string. Name is explicit, because it should be rare and overload conflict.

struct String
public nothrow @nogc
void
appendZeroTerminatedString
(
const(char)* str
)

Meta