Function ObjectList.opApply

Support foreach

int opApply(
  int delegate(ref T) callback
);