FunctionGLib-2.0 ▶ GLib ▶ byte_array_remove_index
byte_array_remove_index( array: string | Uint8Array<ArrayBufferLike>, index_: number,): Uint8Array Parameters
- array: string | Uint8Array<ArrayBufferLike>
- index_: number
Returns Uint8Array
The GLib.ByteArray
Removes the byte at the given index from a GLib.ByteArray. The following bytes are moved down one place.