Concatenates multiple lists into a single list.
Name | Description | Required |
---|---|---|
List | The source list. Note that this list is not modified. | Yes |
Value | The element that will be concatenated at the end. | Yes |
Prepends an element to a list.
Name | Description | Required |
---|---|---|
List | The source list. Note that this list is not modified. | Yes |
Value | The element that will be prepended at the beginning. | Yes |