[Swift-devel] iterations on cartesian and inner products
    Mihael Hategan 
    hategan at mcs.anl.gov
       
    Mon Jan 14 11:56:39 CST 2008
    
    
  
I'm thinking the following might be nice to have:
X[]
Y[]
for (x, y) in (X, Y) {
  ...
}
for (x, y) in (X * Y) {
  ...
}
    
    
More information about the Swift-devel
mailing list