BitWriter.writeBit

void writeBit(uint bit) pure nothrow @nogc @safe

Write a single bit.

Parameters

bitBit value (0 or 1).