1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-24 11:43:16 +00:00
Calvin Rose 010e2e4652 Add keyword arguments via &keys.
This makes it easier to document functions that
take keyword arguments and also prevents some allocations
with these functions. Before, this was possible via normal
variadic functions but created an intermediate tuple, and
the generated docstrings did not document the keys.
2019-05-24 17:03:22 -04:00
..
2019-05-22 23:56:59 -04:00
2019-05-24 17:03:22 -04:00
2019-05-24 17:03:22 -04:00
2019-04-16 16:06:52 -04:00