Generic library for vectors with statically known size. Implementation is based on <http://unlines.wordpress.com/2010/11/15/generics-for-small-fixed-size-vectors/> Same functions could be used to work with both ADT based vector like
> data Vec3 a = a a a
Tuples are vectors too:
>>> sum (1,2,3) 6
Vectors which are represented internally by arrays are provided by library. Both boxed and unboxed arrays are supported.
Library is structured as follows:
Complex and array-based ones.
use them.
for working with mutable state.
Data.Vector.Fixed.Unboxed Unboxed vectors.
Data.Vector.Fixed.Boxed Boxed vector which can hold elements of any type.
Data.Vector.Fixed.Storable Unboxed vectors of Storable types.
Data.Vector.Fixed.Primitive Unboxed vectors based on pritimive package.
Data.Vector.Fixed.Monomorphic Wrappers for monomorphic vectors.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.9.0.0-bp150.2.4 info | GA Release | 2018-08-01 | 15 |
|
|
0.9.0.0-bp150.2.6 info | GA Release | 2018-07-31 | 15 |
|
|
0.9.0.0-bp150.2.7 info | GA Release | 2018-07-30 | 15 |
|
|