[swift-evolution] Removing Variadic Parameters.
    Ted F.A. van Gaalen 
    tedvgiosdev at gmail.com
       
    Mon Mar 14 17:29:50 CDT 2016
    
    
  
Thinking a bit longer about functions and parameters…
Swift has excellent facilities for collections and their descendants.
In swift you can easily pack items in array and pass this to a function
instead of a variadic.
Would it be a good idea to remove variadic parameters alltogethery?
This would greatly simplify the function logic.
TedvG
    
    
More information about the swift-evolution
mailing list