Skip to main content

List Concat

Category: Lists List Concat block screenshot

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

InputRequiredValue KindTypesEnum Values
ayesexpressionarray
byesexpressionarray

Notes

  • 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.