Data.Vector.Storable.Mutable
Mutable vectors of
Storable
types
data
MVector
s a
type
IOVector
type
STVector
s
Operations on mutable vectors
length
overlaps
slice
new
newWith
read
write
swap
clear
set
copy
grow
Unsafe operations
unsafeSlice
unsafeNew
unsafeNewWith
unsafeRead
unsafeWrite
unsafeSwap
unsafeCopy
unsafeGrow
Accessing the underlying memory
unsafeFromForeignPtr
unsafeToForeignPtr
unsafeWith