BitArray.opApply

int opApply(scope int delegate(ref bool) dg)

Support for foreach loops for BitArray.

int opApply(scope int delegate(bool) dg) const

ditto

int opApply(scope int delegate(size_t, ref bool) dg)

ditto

int opApply(scope int delegate(size_t, bool) dg) const

ditto