Calls a pass in this chain with the given arguments.
When this is called for the last pass, the final result would be an args
tuple.
Pass arguments tuple type.
A pass to call.
Rest
...args: TArgsAn array of arguments for the call.
Calls a pass in this chain with the given argument.
When this is called for the last pass, the final result would be arg
.
A pass to call.
Single argument for the call.
Generated using TypeDoc
A call chain.
This is passed to NextCall to perform the call.