resetBit

Reset bits I of *a (to zero).

  1. void resetBit(T a, I bixs)
  2. void resetBit(T* a, I bixs)
    pure nothrow @safe @nogc @safe
    void
    resetBit
    (
    T
    I...
    )
    (
    T* a
    ,)
    if (
    isIntegral!T &&
    !is(T == size_t)
    &&
    allSatisfy!(isIntegral, I)
    )
  3. void resetBit(T a, I bixs)

Meta