Function Set.opApply

Support for foreach loops over members of the Set.

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