List Concat
Pure read expression that returns a new list containing all items of a followed by all items of b. Does not mutate either input list.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
a | yes | expression | array | — |
b | yes | expression | array | — |
Notes
- Pure read expression that returns a new list containing all items of
afollowed by all items ofb. - Does not mutate either input list.