BSD-3-Clause licensed by Roman Leshchinskiy
This version can be pinned in stack with:vector-0.12.0.2@sha256:6a898f00b9850fb84836f187324fac1e64c998fb4eac290d4aa91b50a4c586f5,6872

Module documentation for 0.12.0.2

  • Data
    • Data.Vector
      • Data.Vector.Fusion
        • Data.Vector.Fusion.Bundle
          • Data.Vector.Fusion.Bundle.Monadic
          • Data.Vector.Fusion.Bundle.Size
        • Data.Vector.Fusion.Stream
          • Data.Vector.Fusion.Stream.Monadic
        • Data.Vector.Fusion.Util
      • Data.Vector.Generic
        • Data.Vector.Generic.Base
        • Data.Vector.Generic.Mutable
          • Data.Vector.Generic.Mutable.Base
        • Data.Vector.Generic.New
      • Data.Vector.Internal
        • Data.Vector.Internal.Check
      • Data.Vector.Mutable
      • Data.Vector.Primitive
        • Data.Vector.Primitive.Mutable
      • Data.Vector.Storable
        • Data.Vector.Storable.Internal
        • Data.Vector.Storable.Mutable
      • Data.Vector.Unboxed
        • Data.Vector.Unboxed.Base
        • Data.Vector.Unboxed.Mutable

The vector package Build Status

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

See vector on Hackage for more information.