ArrayG.removeIndexFast

Removes the element at the given index from a #GArray. The last element in the array is used to fill in the space, so this function does not preserve the order of the #GArray. But it is faster than g_array_remove_index().

class ArrayG
removeIndexFast
(
uint index
)

Parameters

index uint

the index of the element to remove

Return Value

Type: ArrayG

the #GArray

Meta