- includes(
haystack:
| Uint8Array
| Uint16Array
| Uint32Array
| Int8Array
| Int16Array
| Int32Array
| Float32Array
| Float64Array,
needle: number,
): boolean Parameters
- haystack:
| Uint8Array
| Uint16Array
| Uint32Array
| Int8Array
| Int16Array
| Int32Array
| Float32Array
| Float64Array - needle: number
Returns boolean
- includes(haystack: BigInt64Array | BigUint64Array, needle: bigint): boolean
Parameters
- haystack: BigInt64Array | BigUint64Array
- needle: bigint
Returns boolean