Packed, unboxed, heap-resident arrays. Suitable for performance
critical use, both in terms of large data quantities and high speed.
This module is intended to be imported
qualified, to avoid
name clashes with
Prelude functions, e.g.
import qualified Data.Text.Array as A
The names in this module resemble those in the
Array family of
modules, but are shorter due to the assumption of qualified naming.