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