Lodash.shuffle

Creates an array of shuffled values, using a version of the Fisher-Yates shuffle.

struct Lodash
nothrow @trusted @safe ref
shuffle
()
()

Return Value

Type: auto ref

- Lodash chained on (Array): the new shuffled array.

Meta