mirror.ctfe

Modules

reflection
module mirror.ctfe.reflection

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.