remove_index_fast
Description:
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` |