mg_value_path

Returns the underlying mg_path value.

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

extern (C) @safe @nogc pure nothrow
const(mg_path)*
mg_value_path
(
const mg_value* val
)

Meta