Concept Flow - Rest elements in tuples
Define tuple with rest element
Assign values to tuple
Rest element collects remaining items
Use tuple with fixed + rest elements
This flow shows how a tuple with a rest element collects remaining items into an array after fixed elements.