Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Roman Leshchinskiy <[email protected]> |
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 <[email protected]> |
Data.Vector.Mutable.ST
Description
Mutable boxed vectors in the ST monad.