typst/tests/typ/utility
Laurenz 3481d8cc81 More utility functions
- join("a", "b", "c", sep: ", ")
- int("12")
- float("31.4e-1")
- str(10)
- sorted((3, 2, 1))
2021-08-31 12:59:53 +02:00
..
basics.typ More utility functions 2021-08-31 12:59:53 +02:00
collection.typ More utility functions 2021-08-31 12:59:53 +02:00
color.typ Call args span now includes parens 2021-07-31 22:41:06 +02:00
math.typ Add abs() function 2021-08-30 16:59:09 +02:00