__traits(getMember, myClass, name) = value;
but since name is only know at runtime, I can't use __traits(). What's a workaround for this?
Marc via Digitalmars-d-learn Wed, 27 Dec 2017 12:05:41 -0800
__traits(getMember, myClass, name) = value;
but since name is only know at runtime, I can't use __traits(). What's a workaround for this?