mg_value_string

Returns the underlying mg_string value.

Type check should be made first. Accessing the wrong value results in undefined behavior.

extern (C) @safe @nogc pure nothrow
const(mg_string)*
mg_value_string
(
const mg_value* val
)

Meta