BitWriter.writeByte

void writeByte(ubyte b) pure nothrow @nogc @safe

Write a byte (8 bits).

Parameters

bByte to write.