How to compare two types?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 31 16:58:37 PDT 2014


typeof() always gets the static type, typeid() is needed if you
want the dynamic type.


More information about the Digitalmars-d-learn mailing list