BitArray.opApply
int opApply(scope int delegate(ref bool) dg)Support for foreach loops for BitArray.
int opApply(scope int delegate(bool) dg) constditto
int opApply(scope int delegate(size_t, ref bool) dg)ditto
int opApply(scope int delegate(size_t, bool) dg) constditto