List
List
Sequence
Set
Tree
Partition List
Partition a list into sub-lists
Details
ID
list-list-partition-list
Name
Partition List
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to partition | |
Size | Number | Size of partitions |
Output ports
Name | Type | Description |
---|---|---|
List | Any | List chunks |
After creating a node, connect the list to partition to the first port. You need to connect the size of partitions to the second port. On the output port, we will get the list chunks.
List Item
Trim List
Reverse List
Remove Nth