StdWindowsDirEntryRange.opApply - multiple declarations

Function StdWindowsDirEntryRange.opApply

int opApply (
  scope int delegate(DirEntry) dg
);

Function StdWindowsDirEntryRange.opApply

int opApply (
  scope int delegate(ulong, DirEntry) dg
);