Go to the first, previous, next, last section, table of contents.

Unboxed-`Int' operations

{+,-,*,quotInt,remInt}# :: Int# -> Int# -> Int#
negateInt# :: Int# -> Int#

iShiftL#, iShiftRA#, iShiftRL# :: Int# -> Int# -> Int#
        -- shift left, right arithmetic, right logical
Note: No error/overflow checking!
Go to the first, previous, next, last section, table of contents.