When a tuple is used as a single element to a function, it will be as though that function were called with each of the tuple's elements separately. This is called tuple expansion or splatting.
splat
When a tuple is used as a single element to a function, it will be as though that function were called with each of the tuple's elements separately. This is called tuple expansion or splatting.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library