HashRangeMap.opApply

foreach iterator over ranges and corresponding values. This iterator prevents true ref iteration over the keys of the internal map by passing a copy of the range to the iteration delegate.

struct HashRangeMap(Value)
int
opApply
(
scope int delegate
(,
ref Value v
)
dg
)

Meta