• 数组洗牌,不会改变原数组

    类型参数

    • T
    • A extends ArrayLike<T>

    参数

    • arr: A

    返回 A

    const arr = shuffle([1,2,3,4,5]); // 返回一个打乱顺序后的数组