World.opApplyReverse - multiple declarations

Function World.opApplyReverse

Iterates in reverse order (by index and reference).

int opApplyReverse(
  scope int delegate(ulong, ref Entity) dg
);

Function World.opApplyReverse

Iterates in reverse order (by reference only).

int opApplyReverse(
  scope int delegate(ref Entity) dg
);