BSD-3-Clause licensed by Roman Leshchinskiy
This version can be pinned in stack with:vector-0.12.0.3@sha256:1422b0bcf4e7675116ca8d9f473bf239850c58c4518a56010e3bfebeac345ace,7171

Module documentation for 0.12.0.3

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