vector-0.4.2: Efficient Arrays

Portabilitynon-portable
Stabilityexperimental
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>

Data.Vector.Storable.Mutable

Description

Mutable vectors based on Storable.

Synopsis

Documentation

data MVector a Source

Mutable Storable-based vectors in the IO monad.

Constructors

MVector !Int !Int !(ForeignPtr a)