úÎ — Õ Instances provided: , , , , , , , ,  , ! FReturns one plus the index of the least significant 1-bit of x, or if  x is zero, returns zero. @Returns the number of leading 0-bits in x, starting at the most @ significant bit position. If x is 0, the result is undefined. BReturns the number of trailing 0-bits in x, starting at the least @ significant bit position. If x is 0, the result is undefined. $Returns the number of 1-bits in x. CReturns the parity of x, i.e. the number of 1-bits in x modulo 2. =Returns x with the order of the bytes reversed; for example, H 0xaabbccdd becomes 0xddccbbaa. Byte here always means exactly 8 bits. "      !"#$%$&$'$()bits-extras-0.1.2Data.Bits.Extras ExtraBitslowestBitPlus1 leadingZeros trailingZerospopulationCountparitybyteSwap c_parityl c_popcountlc_ctzlc_clzlc_ffsl c_bswap64 c_parityll c_popcountllc_ctzllc_clzllc_ffsll c_bswap32c_parity c_popcountc_ctzc_clzc_ffsbaseGHC.WordWordWord8Word16Word32Word64ghc-prim GHC.TypesIntGHC.IntInt8Int16Int32Int64