Errors

Usage

use BitArrays.Errors;

or

import BitArrays.Errors;
class BitRangeError: IllegalArgumentError

Exception thrown when indexing outside the range of values the bit array

proc init()
class ShiftRangeError: IllegalArgumentError

Exception thrown when bitshifting outside the range of values the bit array

proc init()