Removes the byte at the given index from a glib.ByteArray The last element in the array is used to fill in the space, so this function does not preserve the order of the glib.ByteArray But it is faster than ByteArray.removeIndex.
the index of the byte to remove
the glib.ByteArray
Removes the byte at the given index from a glib.ByteArray The last element in the array is used to fill in the space, so this function does not preserve the order of the glib.ByteArray But it is faster than ByteArray.removeIndex.