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
.
dest |
an uninitialized Value to take the result |
value1 |
a Value |
value2 |
a Value |