Collection.opApply

support of foreach with reference

struct Collection(T, bool ownItems = false)
int
opApply
(
int delegate
(
ref T param
)
op
)

Meta