remove_index_fast


Description:

public void remove_index_fast (uint index)

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

a ByteArray

index_

the index of the byte to remove

Returns:

the ByteArray