addBits

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addBits(BitArray ba, size_t value, int bits)
  2. void addBits(BitArray ba, const(Bits!T) bits)
    @trusted pure
    void
    addBits
    (
    T
    )
    (
    ref BitArray ba
    ,
    auto ref const(Bits!T) bits
    )

Meta