Returns compile-time reflection information about a D module.
Returns a pointer to the function described by function_.
A user-defined type (struct, class, or enum).
A function. Each of these describes only one overload.
A D module.
A set of function overloads
A function parameter
A variable
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.