tuple sumlimation
    Kevin Bealer 
    kevinbealer at gmail.com
       
    Tue Feb 13 14:51:15 PST 2007
    
    
  
Currently, Tuples are sublimated into argument lists.  What do people 
think of using an operator (say, *) to prevent this?  The reason I ask 
is that the current technique makes it hard to pass multiple tuples on 
the same function call.
I think it's not absolutely required; currently you can pass the tuple 
lengths, let the tuples melt together, and then split them with slicing.
Kevin
    
    
More information about the Digitalmars-d
mailing list