Extend¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The sequence to be appended to the target sequence. | [Any] | ||
| Output ➡️ | The input sequence (pass-through). | [Any] | ||
| Target | No | The mutable sequence to extend. | none | Var([Any]) | 
Extends the mutable sequence parameter with the elements of the input sequence.