Lodash.flatMapDeep

This method is like _.flatMap except that it recursively flattens the mapped results.

struct Lodash
nothrow @trusted @safe ref
flatMapDeep
(
T = Any
)
(
auto ref T iteratee = T.init
)

Return Value

Type: auto ref

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

Meta