Expand description
Verifies a BitOrder
implementation’s adherence to the stated rules.
This function checks some BitOrder
implementation’s behavior on each of the
BitRegister
types it must handle, and reports any violation of the rules
that it detects.
Type Parameters
O
: TheBitOrder
implementation to test.
Parameters
verbose
: Sets whether the test should print diagnostic information tostdout
.
Panics
This panics if it detects any violation of the BitOrder
implementation rules
for O
.