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)
    @safe pure
    void
    addBits
    (
    ref BitArray ba
    ,
    size_t value
    ,
    int bits
    )
  2. void addBits(BitArray ba, const(Bits!T) bits)

Meta