www.digitalmars.com         C & C++   DMDScript  

D - Reflection

For multiple reasons whereunder distibuted computing it could be very handy to
have reflection (Searching functions etc.). I don't mean the Java way but a
manner to assign to an interface or class to be reflective. eg.:

reflective class Foo {...}
-- or --
reflective interface Bar {...}
Feb 16 2004