ByteArray.removeIndex

Removes the byte at the given index from a #GByteArray. The following bytes are moved down one place.

class ByteArray
removeIndex
(
uint index
)

Parameters

index uint

the index of the byte to remove

Return Value

Type: ByteArray

the #GByteArray

Meta