tools-yj-0.1.0.38: Tribial tools
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Bits.ToolsYj

Documentation

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 #