Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Roman Leshchinskiy <[email protected]> |
Data.Vector.Primitive.Mutable
Description
Mutable primitive vectors.
Documentation
Mutable unboxed vectors. They live in the ST
monad.
Constructors
MVector !Int !Int !(MutableByteArray m) |