Lodash.concat

Creates a new array concatenating array with any additional arrays and/or values.

struct Lodash
nothrow @trusted @safe ref
concat
(
ARGS...
)
(
auto ref ARGS values
)

Return Value

Type: auto ref

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

Meta