BSD-3-Clause licensed by Roman Leshchinskiy
This version can be pinned in stack with:vector-0.12.0.1@sha256:0b838071449021040b4366201eb5e51790a8946a1b85c30d823bf5690e425bf6,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.