setBit

Sets the bix:th bit of *a to one.

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

Meta