alias tuples?

Jarrett Billingsley kb3ctd2 at yahoo.com
Sun Oct 14 14:19:41 PDT 2007


"Manuel König" <ManuelK89 at gmx.net> wrote in message 
news:feu01n$cs1$1 at digitalmars.com...
> Janice Caron wrote:
>
> ".tupleof Gets _type_ tuple of fields"
>
> I think that's a typo and should be fixed.

I think it's just a bit unclear/inconsistent.  For a struct S, S.tupleof 
gets a tuple of its members' types.  But S s; s.tupleof gets a tuple of the 
instance s's members.  Same goes for classes.  And unions. 





More information about the Digitalmars-d mailing list