Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readWideCharOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)ghc-prim GHC.Prim Read a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.
readWord8ArrayAsWideChar# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)ghc-prim GHC.Prim Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWideChar# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)ghc-prim GHC.Prim Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
-
ghc-prim GHC.Prim Deprecated: Use an unboxed unit tuple instead
writeWideCharArray# :: MutableByteArray# d -> Int# -> Char# -> State# d -> State# dghc-prim GHC.Prim Write a 32-bit character; offset in 4-byte words. Warning: this can fail with an unchecked exception.
writeWideCharOffAddr# :: Addr# -> Int# -> Char# -> State# d -> State# dghc-prim GHC.Prim Write a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.
writeWord8ArrayAsWideChar# :: MutableByteArray# d -> Int# -> Char# -> State# d -> State# dghc-prim GHC.Prim Write a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
writeWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char# -> State# d -> State# dghc-prim GHC.Prim Write a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
divideFloat# :: Float# -> Float# -> Float#ghc-prim GHC.PrimopWrappers No documentation available.
indexWideCharArray# :: ByteArray# -> Int# -> Char#ghc-prim GHC.PrimopWrappers No documentation available.