
26 Feb
2014
26 Feb
'14
8:30 p.m.
I'm +1 for the following slightly extended proposal: * add zeroBits * with default implementation: clearBit (bit 0) 0 * and requiring the following laws for all n valid for the type: * clearBit zeroBits n == zeroBits * setBit zeroBits n == bit n * testBit zeroBits n == False * popCount zeroBits == 0 -- Live well, ~wren