BitArray.opApply

Support for foreach loops for BitArray.

  1. int opApply(int delegate(ref bool) dg)
  2. int opApply(int delegate(ref size_t, ref bool) dg)
    struct BitArray
    int
    opApply
    (
    int delegate
    (
    ref size_t
    ,
    ref bool
    )
    dg
    )

Meta