remove_index_fast


Description:

public void remove_index_fast (uint index)

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 [func@GLib.ByteArray.remove_index].

Parameters:

array

a byte array

index_

the index of the byte to remove

Returns:

The `GByteArray`