load_arg


Description:

public void load_arg (int n, out unowned ArgInfo arg)

Obtain information about a particular argument of this callable; this function is a variant of get_arg designed for stack allocation.

The initialized arg must not be referenced after info is deallocated.

Parameters:

n

the argument index to fetch

arg

Initialize with argument number n

info

a CallableInfo