Word32 -package:network-byte-order
base Data.Word GHC.Word,
gogol-core Gogol.Prelude,
protolude Protolude,
haskell-gi-base Data.GI.Base.ShortPrelude,
relude Relude.Numeric,
rio RIO.Prelude.Types,
base-prelude BasePrelude BasePrelude.DataTypes,
classy-prelude ClassyPrelude,
basic-prelude CorePrelude,
basement Basement.Compat.Base Basement.Imports,
foundation Foundation,
ghc-internal GHC.Internal.Word,
word-compat GHC.Word.Compat,
incipit-base Incipit.Base,
utf8-light Codec.Binary.UTF8.Light,
protobuf-simple Data.ProtoBufInt,
verset Verset 32-bit unsigned integer type
32-bit unsigned integer type
Generates a random 32-bit word in the given
[inclusive,inclusive] range.
This is a specialization of integral, offered for
convenience.
Decode a
Word32 from a Dhall
Natural.
>>> input word32 "42"
42
Encode a 32-bit unsigned integer as 4 bytes.
Note: This results in a zigzag encoded number. Avro does not have
unsigned types.
Parse a LEB-128-encoded number. If the number is larger than
0xFFFFFFFF, fails with the provided error.
Deserialize an unsigned 32-bit integer in default byte order.
Serialize an unsigned 32-bit integer in the default byte order.
Decode JSON number to bounded
Word32
Encode JSON number to bounded
Word32