ArrayG.removeRange

Removes the given number of elements starting at the given index from a #GArray. The following elements are moved to close the gap.

class ArrayG
removeRange
(
uint index
,
uint length
)

Parameters

index uint

the index of the first element to remove

length uint

the number of elements to remove

Return Value

Type: ArrayG

the #GArray

Meta