vector-0.4: Efficient ArraysSource codeContentsIndex
Data.Vector.Storable.Mutable
Portabilitynon-portable
Stabilityexperimental
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Description
Mutable vectors based on Storable.
Synopsis
data MVector a = MVector !Int !Int !(ForeignPtr a)
Documentation
data MVector a Source
Mutable Storable-based vectors in the IO monad.
Constructors
MVector !Int !Int !(ForeignPtr a)
show/hide Instances
Produced by Haddock version 2.4.2