roll unrolled loops with code

This commit is contained in:
Jordi Baylina
2019-12-10 18:46:10 +01:00
parent afa8201c2c
commit ec0e7f421b
9 changed files with 96 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ function flatArray(a) {
fillArray(res, a[i]);
}
} else {
res.push(a);
res.push(bigInt(a));
}
}
}