Data.Primitive.ByteArray

Types

data ByteArray

data MutableByteArray s

data ByteArray#

data MutableByteArray# a

Allocation

newByteArray

newPinnedByteArray

newAlignedPinnedByteArray

Element access

readByteArray

writeByteArray

indexByteArray

Freezing and thawing

unsafeFreezeByteArray

unsafeThawByteArray

Block operations

copyByteArray

copyMutableByteArray

moveByteArray

setByteArray

fillByteArray

Information

sizeofByteArray

sizeofMutableByteArray

sameMutableByteArray

byteArrayContents

mutableByteArrayContents