Global

Members

(constant) moveEl

将数组 arr 中指定元素 toMoveEls 移动到 targetEl 位置
此函数将修改 arr 和 toMoveEls, 如果希望避免原数组被修改, 请在调用此函数前复制一个新数组
Source:

(constant) moveEl2Index

将数组 arr 中指定元素 toMoveEls 移动到 targetIndex 位置
此函数将修改 arr 和 toMoveEls, 如果希望避免原数组被修改, 请在调用此函数前复制一个新数组
Source:

(constant) moveIndex

将数组 arr 中指定索引 toMoveIndexes 移动到 targetIndex 位置,targetIndex 可以是任意数字
此函数将修改 arr 和 els, 如果希望避免原数组被修改, 请在调用此函数前复制一个新数组
Source:

(constant) shuffle

将数组 arr 进行乱序输出
Source: