resetBit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void resetBit(T a, I bixs)
  2. void resetBit(T a, I bixs)
    @trusted @nogc pure nothrow
    void
    resetBit
    (
    T
    I...
    )
    (
    ref T a
    ,)
    if (
    (!(isIntegral!T)) &&
    allSatisfy!(isIntegral, I)
    )

Meta