List
List
Sequence
Set
Tree
Split List
Split a list into separate parts
Details
ID
list-list-split-list
Name
Split List
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | Base list | |
Index | Number | Splitting index | 2 |
Output ports
Name | Type | Description |
---|---|---|
List A | Any | Items to the left of (i) |
List B | Any | Items to the right of and including (i) |
After creating a node, connect the base list to the first port. You need to connect the splitting index to the second port. On the output ports, we will get the items to the left of (i) and the items to the right of and including (i).
List Item
Trim List
Reverse List