Generic library for vectors with statically known size. Same functions could be used to work with both ADT based vector like
data Vec3 a = Vec3 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.
Please report bugs via github issue tracker
You can create and contribute patches using either mercurial or git:
git clone git://https://github.com/Shimuuar/fixed-vector.git
hg clone https://bitbucket.org/Shimuuar/fixed-vector
Library is written and maintained by Aleksey Khudyakov [email protected]