0.1.0 • Published 3 years ago
@ligo/bigarray-cameligo v0.1.0
Bigarray
Bigarray 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.
Usage
This library is aimed to be used as module, see bigarray.test.mligo for usage.
Dev
Just run make or make test to run the tests