| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Data.Vector.Mutable.ST
Description
Mutable boxed vectors in the ST monad.
- data Vector s a = Vector !Int !Int (MutableArray# s a)
vector-0.3: Efficient Arrays
| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Data.Vector.Mutable.ST
Description
Mutable boxed vectors in the ST monad.