# Functions
NewBitArray returns a new BitArray at the specified size.
NewSparseBitArray will create a bit array that consumes a great deal less memory at the expense of longer sets and gets.
# Type aliases
OutOfRangeError is an error caused by trying to access a bitarray past the end of its capacity.