WebPlatformFloat16Array.includesmethod Float16Array.includes#Float16Array.includes(searchElement: number,fromIndex?: number,): booleanDetermines whether an array includes a certain element, returning true or false as appropriate. Parameters ##searchElement: numberThe element to search for. optional#fromIndex: numberThe position in this array at which to begin searching for searchElement. Return Type #boolean
method Float16Array.includes#Float16Array.includes(searchElement: number,fromIndex?: number,): booleanDetermines whether an array includes a certain element, returning true or false as appropriate. Parameters ##searchElement: numberThe element to search for. optional#fromIndex: numberThe position in this array at which to begin searching for searchElement. Return Type #boolean