digitalmars.D.learn - (structed un)named enum
- Manfred Nowak (9/9) Jul 23 2005 Is the only difference between
Is the only difference between
enum E{ A}
and
struct E{
enum { A}
}
that in the latter case variables of type E are pseudo variables,
i.e. they cannot be assigned to?
-manfred
Jul 23 2005








Manfred Nowak <svv1999 hotmail.com>