resetBit

Reset bits I of a (to zero).

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

Meta