Showing 2 of 15 total issues
BitField
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class BitField {
/**
* The bitfields' current value.
*
* @private
BitArray
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class BitArray {
/**
* An array containing each bit as a boolean value, starting from the rightmost bit.
*
* @private