Data.Vector.Unboxed.Mutable
Mutable vectors of primitive types
data family
MVector
s a
type
IOVector
type
STVector
s
class
Unbox
a
Operations on mutable vectors
length
overlaps
slice
new
newWith
read
write
swap
clear
set
copy
grow
zip
zip3
zip4
zip5
zip6
unzip
unzip3
unzip4
unzip5
unzip6
Unsafe operations
unsafeSlice
unsafeNew
unsafeNewWith
unsafeRead
unsafeWrite
unsafeSwap
unsafeCopy
unsafeGrow