mg_value_duration

Returns the underlying mg_duration value.

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

extern (C)
const(mg_duration)*
mg_value_duration
(
const mg_value* val
)

Meta