rattletrap-12.0.2: Parse and generate Rocket League replays.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Rattletrap.Type.U32

Documentation

newtype U32 Source #

Constructors

U32 Word32 

Instances

Instances details
FromJSON U32 Source # 
Instance details

Defined in Rattletrap.Type.U32

ToJSON U32 Source # 
Instance details

Defined in Rattletrap.Type.U32

Show U32 Source # 
Instance details

Defined in Rattletrap.Type.U32

Methods

showsPrec :: Int -> U32 -> ShowS #

show :: U32 -> String #

showList :: [U32] -> ShowS #

Eq U32 Source # 
Instance details

Defined in Rattletrap.Type.U32

Methods

(==) :: U32 -> U32 -> Bool #

(/=) :: U32 -> U32 -> Bool #

Ord U32 Source # 
Instance details

Defined in Rattletrap.Type.U32

Methods

compare :: U32 -> U32 -> Ordering #

(<) :: U32 -> U32 -> Bool #

(<=) :: U32 -> U32 -> Bool #

(>) :: U32 -> U32 -> Bool #

(>=) :: U32 -> U32 -> Bool #

max :: U32 -> U32 -> U32 #

min :: U32 -> U32 -> U32 #