mg_value_list

Returns the underlying mg_list value.

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

extern (C)
const(mg_list)*
mg_value_list
(
const mg_value* val
)

Meta