Function TypedArrayPrototypeFilter

  • Parameters

    • self: unknown
    • Rest ...args: [predicate: ((value: number, index: number, array: Float32Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Float64Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Int16Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Int32Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Int8Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Uint8Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Uint16Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Uint32Array) => any), thisArg?: any] | [predicate: ((value: number, index: number, array: Uint8ClampedArray) => any), thisArg?: any]

    Returns Float32Array | Float64Array | Int16Array | Int32Array | Int8Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray

Generated using TypeDoc