ArrayRef-0.1.2: Unboxed references, dynamic arrays and moreSource codeContentsIndex
Data.ArrayBZ.Boxed
PortabilityHugs/GHC
Stabilityexperimental
MaintainerBulat Ziganshin <Bulat.Ziganshin@gmail.com>
Description
Boxed arrays
Synopsis
data Array i e
type IOArray = IOSpecific3 BoxedMutableArray
type STArray = BoxedMutableArray
module Data.ArrayBZ.Internals.IArray
module Data.ArrayBZ.Internals.MArray
Documentation
data Array i e Source
Boxed immutable arrays
show/hide Instances
HasBounds Array
IArray Array e
(Ix i, Eq i, Eq e) => Eq (Array i e)
(Ix i, Ord i, Ord e) => Ord (Array i e)
(Ix i, Show i, Show e) => Show (Array i e)
type IOArray = IOSpecific3 BoxedMutableArraySource
Boxed mutable arrays in IO monad
type STArray = BoxedMutableArraySource
Boxed mutable arrays in ST monad
module Data.ArrayBZ.Internals.IArray
module Data.ArrayBZ.Internals.MArray
Produced by Haddock version 2.1.0