If I iterate through an int, won't I have loads of unnecessary zeros?
Only if you iterate through all 16 bits. You presumably only read the required number of booleans from the arrays at the moment so read the required number of bits from the int
If I iterate through an int, won't I have loads of unnecessary zeros?
Only if you iterate through all 16 bits. You presumably only read the required number of booleans from the arrays at the moment so read the required number of bits from the int