PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

Remove `enumerate()` polyfill, use destructuring #114

Closed PgBiel closed 7 months ago

PgBiel commented 7 months ago

We can use the built-in array.enumerate() function, since we support only Typst 0.2.0 and up.

Also use destructuring where possible.

Should squeeze a little tiny bit of perf.