Skip to content

Home > sculp-js > arrayInsertBefore

arrayInsertBefore() function

插入到目标位置之前

Signature:

typescript
export declare function arrayInsertBefore(array: AnyArray, start: number, to: number): void;

Parameters

Parameter

Type

Description

array

AnyArray

start

number

to

number

Returns:

void

{*}

Released under the MIT License.