Files
lighthouse/eth2/utils/boolean-bitfield
Paul Hauner dbcc88ad67 Ensure BitVec is initialized using a multiple of 8
I found it was panic-ing when supplied a non-power-of-zero len.
2019-03-30 17:13:23 +11:00
..

Boolean Bitfield

Implements a set of boolean as a tightly-packed vector of bits.