[ Version ( since = "2.4" ) ]
public void remove_range (uint index, uint length)
Removes the given number of bytes starting at the given index from a `GByteArray`.
The following elements are moved to close the gap.
| length |
the number of bytes to remove |
| array |
a byte array |
| index_ |
the index of the first byte to remove |
|
The `GByteArray` |