Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Utilities to manipulate Uint8Arrays that are not built-in to JavaScript
default
Helper functions for working with
Uint8Array
byte slices.
Concatenate an array of byte slices into a single slice.
Copy bytes from the source array to the destination array and returns the number of bytes copied.
Returns true if the suffix array appears at the end of the source array,
false otherwise.
Check whether byte slices are equal to each other.
Determines whether the source array contains the needle array.
Returns the index of the first occurrence of the needle array in the source array, or -1 if it is not present.
Returns the index of the last occurrence of the needle array in the source array, or -1 if it is not present.
Returns a new byte slice composed of count repetitions of the source
array.
Returns true if the prefix array appears at the start of the source array,
false otherwise.
Concatenate an array of byte slices into a single slice.
Copy bytes from the source array to the destination array and returns the number of bytes copied.
Returns true if the suffix array appears at the end of the source array,
false otherwise.
Check whether byte slices are equal to each other.
Determines whether the source array contains the needle array.
Returns the index of the first occurrence of the needle array in the source array, or -1 if it is not present.
Returns the index of the last occurrence of the needle array in the source array, or -1 if it is not present.
Returns a new byte slice composed of count repetitions of the source
array.
Returns true if the prefix array appears at the start of the source array,
false otherwise.