remove_index_fast
Description:
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.
Parameters:
array | |
index_ |
the index of the byte to remove |
Returns:
the ByteArray |