[Issue 14637] New: Array operations should work on tuples
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun May 31 16:17:04 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14637
          Issue ID: 14637
           Summary: Array operations should work on tuples
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com
For example:
    tuple ~ tuple
should produce a tuple with the contents of both.
--
    
    
More information about the Digitalmars-d-bugs
mailing list