containers-0.5.11.0: Assorted concrete container types

Copyright(c) Clark Gaebel 2012
(c) Johan Tibel 2012
LicenseBSD-style
Maintainerlibraries@haskell.org
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Utils.Containers.Internal.BitUtil

Description

 
Synopsis

Documentation

bitcount :: Int -> Word -> Int #

highestBitMask :: Word -> Word #

Return a word where only the highest bit is set.

shiftLL :: Word -> Int -> Word #

shiftRL :: Word -> Int -> Word #