mg_value_point_2d

Returns the underlying mg_point_2d value.

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

extern (C)
const(mg_point_2d)*
mg_value_point_2d
(
const mg_value* val
)

Meta