Lodash.sample

Gets a random element from collection.

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

Return Value

Type: auto ref

- Lodash chained on (*): the random element.

Meta