concat
Description:
public static void concat (
out Value dest,
Value value1,
Value value2)
Concatenates copies of value1
and value2
into a list.
Values that are not of type GST_TYPE_LIST
are treated as if they were lists of length 1. dest
will be initialized to
the type GST_TYPE_LIST
.
Parameters:
dest |
an uninitialized Value to take the result
|
value1 |
a Value
|
value2 |
a Value
|