BitReader.read

uint read(int n) nothrow @safe

Read n bits and consume them.

Parameters

nNumber of bits to read.

Returns

The bits value.