| |||||||||||
| |||||||||||
| |||||||||||
| Description | |||||||||||
| Mutable boxed and unboxed arrays in the IO monad. | |||||||||||
| Synopsis | |||||||||||
| |||||||||||
| IO arrays with boxed elements | |||||||||||
| type IOArray = IOSpecific3 BoxedMutableArray | |||||||||||
| Boxed mutable arrays in IO monad | |||||||||||
| IO arrays with unboxed elements | |||||||||||
| type IOUArray = IOSpecific3 UnboxedMutableArray | |||||||||||
| Unboxed mutable arrays in IO monad | |||||||||||
| castIOUArray :: forall i e e'. (Ix i, Enum i, Unboxed e, Unboxed e') => IOUArray i e -> IOUArray i e' | |||||||||||
| Casts an IOUArray with one element type into IOUArray with a different element type (upper bound is recalculated). | |||||||||||
| Overloaded mutable array interface | |||||||||||
| module Data.ArrayBZ.MArray | |||||||||||
| Doing I/O with IOUArrays | |||||||||||
| hGetArray | |||||||||||
| |||||||||||
| hPutArray | |||||||||||
| |||||||||||
| Produced by Haddock version 2.1.0 | |||||||||||