Skip to content

concatTypedArray

concatTypedArray(a, b): TypedArray | any[]

Concatenates two typed arrays or arrays.

Parameters

a: any[] | TypedArray

The first typed array or array.

b: any[] | TypedArray

The second typed array or array.

Returns

TypedArray | any[]

The concatenated typed array or array.

Source

ecmascript/src/utils.ts:17


Generated using typedoc-plugin-markdown and TypeDoc