Collection.opApply

support of foreach with reference

struct Collection(T)
int
opApply
(
int delegate
(
ref T param
)
op
)

Meta