Data.Vector.Storable.Mutable

Mutable vectors of Storable types

data MVector s a
type IOVector
type STVector s
class Storable a

Accessors

Length information

Extracting subvectors

Overlapping

Construction

Initialisation

Growing

Restricting memory usage

Accessing individual elements

Modifying vectors

Filling and copying

Raw pointers

Deprecated operations