Appearance
Home > sculp-js > arrayInsertBefore
插入到目标位置之前
Signature:
export declare function arrayInsertBefore(array: AnyArray, start: number, to: number): void;
Parameter
Type
Description
array
AnyArray
start
number
to
Returns:
void
{*}