ArrayG.appendVals

Adds @len elements onto the end of the array.

class ArrayG
appendVals
(
void* data
,
uint len
)

Parameters

data void*

a pointer to the elements to append to the end of the array

len uint

the number of elements to append

Return Value

Type: ArrayG

the #GArray

Meta