shuffle
Stentor API Reference / stentor-utils/src / shuffle
Function: shuffle()
shuffle\<
T>(array):T[]
Defined in: packages/stentor-utils/src/array.ts:41
Shuffles the contents of an array, returning a new array.
Type Parametersβ
Tβ
T
Parametersβ
arrayβ
T[]
Returnsβ
T[]