Data.Array.Unboxed

Data.Array.Unboxed

Copyright (c) The University of Glasgow 2001
License BSD-style (see the file libraries/base/LICENSE)
Maintainer libraries@haskell.org
Stability experimental
Portability non-portable (uses Data.Array.IArray)
Safe Haskell Trustworthy
Language Haskell2010

Description

Unboxed immutable arrays.

Arrays with unboxed elements

data UArray i e 登录查看完整内容