BSD-3-Clause licensed by Roman Leshchinskiy
This version can be pinned in stack with:vector-0.12.0.1@sha256:3d644fff350ee3eee2896e4d00cb45e73956f2862f0b18ee502282702682b978,7073

Module documentation for 0.12.0.1

  • 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.