A LIGO library with a neat abstraction over list
npm install @ligo/bigarray-cameligoBigarray is an ordered data structure.
Bigarray are one dimensional arrays, they're represented as a list internally.
Like lists, Bigarray items must have the same type.
This library is aimed to be used as module,
see bigarray.test.mligo for usage.
Just run make or make test to run the tests