Str.toStringz

Convert array of chars s[] to a C-style 0 terminated string. copied from phobos

class Str
static
char*
toStringz
(
string s
)
out (result) {}

Meta