Lists
Head and rest
Receives a list and emits two outputs: the first item and the rest of the list
Inputs
- list: The list (required)
Outputs
- head: The first item in the listrest: The rest of the list
Receives a list and emits two outputs: the first item and the rest of the list