Array.opApply - multiple declarations

Function Array.opApply

int opApply (
  scope int delegate(ref T) dg
);

Function Array.opApply

int opApply (
  scope int delegate(I index, ref T) dg
);