get Bit
Returns the bit at the specified index, yielding 0 or 1.
Return
the bit at the specified index
Parameters
index
the index to get the bit at
Throws
if index < 0 or index ≥ bitLength
Returns the bit at the specified index, yielding 0 or 1.
the bit at the specified index
the index to get the bit at
if index < 0 or index ≥ bitLength