mg_value_make_string

Constructs a string mg_value given a null-terminated string.

A new mg_string instance will be created from the null-terminated string as the underlying value.

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

Meta