Map.opApply

Allow using foreach over the map's keys and values

class Map
int
opApply
(
int delegate(
string
,
)
dg
)

Meta