A class for accessing a boolean array bit by bit. For example, {true,true,false} is stored as char buff[1] = 0b11000000
{true,true,false}
char buff[1] = 0b11000000
There was an error while loading. Please reload this page.