I have a function that takes 5 parameters:
MyFunction(arg1: String, arg2: String, ..., arg5: String)
And a List that has 4 Items
List("a","b","c","d")
I want to simply know how to pass the elements of the list as the 4 first parametres of the function in Scala