ByteArray.removeIndexFast

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

class ByteArray
removeIndexFast
(
uint index
)

Parameters

index uint

the index of the byte to remove

Return Value

Type: ByteArray

the #GByteArray

Meta