This module provides the CTFE variant of compile-time reflection, allowing client code to use regular D functions (as opposed to template metaprogramming) to operate on the contents of a D module using string mixins.
Returns compile-time reflection information about a D module.
A user-defined type (struct, class, or enum).
A free function
A D module.
A function parameter
A variable
See Source File
This module provides the CTFE variant of compile-time reflection, allowing client code to use regular D functions (as opposed to template metaprogramming) to operate on the contents of a D module using string mixins.