Rattletrap.Type.U32
newtype U32 Source #
Constructors
Defined in Rattletrap.Type.U32
Methods
parseJSON :: Value -> Parser U32 #
parseJSONList :: Value -> Parser [U32] #
toJSON :: U32 -> Value #
toEncoding :: U32 -> Encoding #
toJSONList :: [U32] -> Value #
toEncodingList :: [U32] -> Encoding #
showsPrec :: Int -> U32 -> ShowS #
show :: U32 -> String #
showList :: [U32] -> ShowS #
(==) :: U32 -> U32 -> Bool #
(/=) :: U32 -> U32 -> Bool #
compare :: U32 -> U32 -> Ordering #
(<) :: U32 -> U32 -> Bool #
(<=) :: U32 -> U32 -> Bool #
(>) :: U32 -> U32 -> Bool #
(>=) :: U32 -> U32 -> Bool #
max :: U32 -> U32 -> U32 #
min :: U32 -> U32 -> U32 #
schema :: Schema Source #
fromWord32 :: Word32 -> U32 Source #
toWord32 :: U32 -> Word32 Source #
bytePut :: U32 -> BytePut Source #
bitPut :: U32 -> BitPut Source #
byteGet :: ByteGet U32 Source #
bitGet :: BitGet U32 Source #