On 2014-01-01 08:43, Frustrated wrote:Also, how does one get the exact code string of a member instead of having to piece it together from info from std.traits? (which requires alot of work)?
Have a look at https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/internal/meta/codegen.d#L177 (cloneFunction) for inspiration (it is based on fullyQualifiedName from Phobos)