FS.strz

Append a terminating null onto a string, cheaply where feasible.

Note: Allocates memory where the dst is too small.

struct FS
static
char[]
strz
(
const(char)[] src
,
char[] dst
)

Meta