| ||||||||||
| ||||||||||
| ||||||||||
Description | ||||||||||
Mutable boxed and unboxed arrays in the IO monad. | ||||||||||
Synopsis | ||||||||||
| ||||||||||
IO arrays with boxed elements | ||||||||||
IO arrays with unboxed elements | ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
Casts an IOUArray with one element type into one with a different element type. All the elements of the resulting array are undefined (unless you know what you're doing...). | ||||||||||
Overloaded mutable array interface | ||||||||||
module Data.Array.MArray | ||||||||||
Doing I/O with IOUArrays | ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
Produced by Haddock version 2.3.0 |