We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The __variadic_array__ function can be defined to specify how Adept-style variadic arguments are passed
__variadic_array__
func __variadic_array__(pointer ptr, bytes usize, length usize, _maybe_types ptr) $V { }
where $V is the type that will be used for variadic arrays
$V
pointer
bytes
length
_maybe_types
**AnyType
This is usually not defined by the user, instead 2.7/VariadicArray.adept provides the common definition used by most programmers
2.7/VariadicArray.adept
Table of Contents