Provides a single argument for the next call chain pass.
The returned NextCall implementation does the same as if the arg returned from the call chain pass.
arg
A type of argument for the next pass.
Argument for the next pass.
A call of the next pass with the given argument.
Generated using TypeDoc
Provides a single argument for the next call chain pass.
The returned NextCall implementation does the same as if the
arg
returned from the call chain pass.