method
Uint8Array.includes
searchElement: number,
fromIndex?: number
): boolean;
Determines whether an array includes a certain element, returning true or false as appropriate.
@param searchElement
The element to search for.
@param fromIndex
The position in this array at which to begin searching for searchElement.