mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
Support function varargs #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bioball on GitHub (Jul 29, 2025).
Users should be able to create functions with variable arguments.
This already exists in the language, but is currently only available to the standard library (for example,
ListandMapaccept varargs)Depends on #1154