We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1f56b commit 43ebf92Copy full SHA for 43ebf92
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
## [Unreleased]
6
7
### Added
8
+- Variadic arguments support with `Varargs` iterator for functions accepting variable number of arguments
9
+ - `Varargs.raiseError()` method for throwing descriptive type validation errors
10
- Closure support with `Table.setClosure()` for Lua-style upvalues
11
- Canonical Zig iterator pattern for table iteration with `Table.iterator()`
12
- Metatable management APIs:
0 commit comments