List
List
Sequence
Set
Tree
Remove Subset
Remove the subset from the list
Details
ID
list-list-remove-subset
Name
Remove Subset
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | Base list | |
Start | Number | Start index for subtraction | 0 |
End | Number | End index for subtraction list | 2 |
Output ports
Name | Type | Description |
---|---|---|
List | Any | List without the removed subset |
Index | Number | Indexes of removed items |
After creating a node, connect the base list to the first port. You need to connect the start index for subtraction to the second port, and the end index for subtraction list to the third port. On the output ports, we will get the result ist without the removed subset and the indices of removed items.
List Item
Trim List
Reverse List