Data.Bits.ToolsYj
bitsToBits :: (Bits a, Bits b) => Int -> a -> b Source #
checkBits :: Bits bs => bs -> bs -> Bool Source #
bitsList :: FiniteBits bs => bs -> [bs] Source #
popBit :: Bits b => b -> (Bool, b) Source #