mg_value_node

Returns the underlying mg_node value.

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

extern (C) @safe @nogc pure nothrow
const(mg_node)*
mg_value_node
(
const mg_value* val
)

Meta