ArrayG.insertVals

Inserts len elements into a GArray at the given index.

class ArrayG
insertVals
(
uint index
,
void* data
,
uint len
)

Parameters

index uint

the index to place the elements at.

data void*

a pointer to the elements to insert.

len uint

the number of elements to insert.

Return Value

Type: ArrayG

the GArray.

Meta