load_type
Description:
public void load_type (
out unowned TypeInfo type)
Obtain information about a the type of given argument info
; this function is a variant of
get_type designed for stack allocation.
The initialized type
must not be referenced after info
is deallocated.
Parameters:
type |
Initialized with information about type of info
|
info |
a ArgInfo
|