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