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