mg_map_value_at

Retrieves the value at position pos in map map.

Return: A pointer to required value. If pos is outside of map bounds, NULL is returned.

extern (C) @safe @nogc pure nothrow
const(mg_value)*
mg_map_value_at
(
const mg_map*
,
uint pos
)

Meta