Lodash.flattenDepth

Recursively flatten array up to depth levels.

struct Lodash
nothrow @trusted @safe ref
flattenDepth
(
T = Any
)
(
auto ref T depth = T.init
)

Return Value

Type: auto ref

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

Meta