prim-0.1.0.0: src/Array/U64.hs
module Array.U64 where
import Array.Byte
index# :: A
-> I64 -- Offset in elments
-> U64
index# = indexWord64Array#
index## :: A
-> I64 -- Offset in bytes
-> U64
index## = indexWord8ArrayAsWord64#
read# :: M s -> I64 -> ST s U64
read# = readWord8Array#
write# :: M s -> I64 -> U64 -> ST_ s
write# = writeWord8Array#