简体中文
Appearance
随机打乱 数组 中的元素。
数组
import { shuffle } from 'rattail' shuffle([1, 2, 3]) // return 打乱后的数组
arr
Array