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