mallocDupZ

Duplicates a string with malloc, and add a terminal zero. Has to be cleaned-up with free(slice.ptr) or freeSlice(slice).

nothrow @nogc
char[]
mallocDupZ
(
const(char)[] slice
)

Meta