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