mg_string_make

Constructs a string given a null-terminated string.

A new buffer of appropriate length will be allocated and the given string will be copied there.

extern (C) @safe @nogc pure nothrow
mg_string_make
(
const char* str
)

Meta