DIP32: Uniform tuple syntax

bearophile bearophileHUGS at lycos.com
Fri Mar 29 06:16:39 PDT 2013


> {c, {}} = tup;

This can't be used, because having an empty tuple as second tuple 
item is valid.


> {c, @~= tup;

That was:

{c, @~} tup;

Bye,
bearophile


More information about the Digitalmars-d mailing list