Copyright | Copyright (c) 2009-2015 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
class MArray IOUArray e IO => Unboxed e where Source #
The type which values can be contained in an unboxed array.
newUnboxedArray_ :: Ix i => (i, i) -> IO (IOUArray i e) Source #
Create an unboxed array with default values.