mg_map_key_at

Retrieves the key at position pos in map map.

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

extern (C)
const(mg_string)*
mg_map_key_at
(
const mg_map*
,
uint pos
)

Meta