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: the #GArray

Meta