foreach iteration uses opApply, since one delegate call per loop iteration is faster than three virtual function calls. TO DO: Use metaprogramming to make it able to be used in all sorts of context.
See Implementation
foreach iteration uses opApply, since one delegate call per loop iteration is faster than three virtual function calls. TO DO: Use metaprogramming to make it able to be used in all sorts of context.