Merge pull request #1 from ceticamarco/bignum_experimental

Adding BigInt support
This commit is contained in:
2025-11-18 11:39:18 +01:00
committed by Marco Cetica
19 changed files with 2647 additions and 76 deletions

View File

@@ -7,5 +7,5 @@ At the time being, this documentation includes the following pages:
- [vector.md](vector.md): vector documentation;
- [map.md](map.md): map documentation;
- [sort.md](sort.md): how to use the `vector_sort` method.
- [sort.md](sort.md): how to use the `vector_sort` method;
- [bigint.md](bigint.md): bigint documentation.