Map.opApply

foreach support

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
int
opApply
(
scope int delegate
(
const ref K
,
ref V
)
dg
)

Meta