Function

GLib-2.0GLibbyte_array_remove_index

  • Removes the byte at the given index from a GLib.ByteArray. The following bytes are moved down one place.

    Parameters

    • array: string | Uint8Array<ArrayBufferLike>

      a byte array

    • index_: number

      the index of the byte to remove

    Returns Uint8Array

    The GLib.ByteArray