| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Data.Vector.Primitive.Mutable
Description
Mutable primitive vectors.
Documentation
Mutable unboxed vectors. They live in the ST monad.
Constructors
| MVector !Int !Int !(MutableByteArray m) |