BitArray.opApply

Operates on all bits in this array.

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

Parameters

dg int delegate
(
ref bool
)

The supplied code as a delegate.

Meta