utils/bits library

Functions

bitsToInt(List<bool> bools) int
intToBits(int number, {int bitLength = 32}) List<bool>