Should we deprecate comma?

Michel Fortin michel.fortin at michelf.ca
Mon Mar 24 11:58:52 PDT 2014


On 2014-03-24 16:42:59 +0000, Andrei Alexandrescu 
<SeeWebsiteForEmail at erdani.org> said:

> tuple()
> tuple(a)
> tuple(a, b)
> tuple(a, b, c)

struct()
struct(a)
struct(a, b)
struct(a, b, c)

Tuples are actually nameless structs, no?

-- 
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca



More information about the Digitalmars-d mailing list