Lodash.flatten

Flattens array a single level deep.

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

Return Value

Type: auto ref

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

Meta