Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Roman Leshchinskiy <[email protected]> |
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)