mg_value_map

Returns the underlying mg_map value.

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

extern (C)
const(mg_map)*
mg_value_map
(
const mg_value* val
)

Meta