ArrayG.removeIndex

Removes the element at the given index from a #GArray. The following elements are moved down one place.

class ArrayG
removeIndex
(
uint index
)

Parameters

index uint

the index of the element to remove

Return Value

Type: ArrayG

the #GArray

Meta