BitWriter.writeBits
void writeBits(int n, uint value) pure nothrow @nogc @safeWrite n bits from value (MSB-first).
Parameters
n | Number of bits to write (1-32). |
value | Value to write. |
void writeBits(int n, uint value) pure nothrow @nogc @safeWrite n bits from value (MSB-first).
n | Number of bits to write (1-32). |
value | Value to write. |