mirror

Undocumented in source.

Modules

ctfe
module mirror.ctfe

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.

meta
module mirror.meta

This module provides the template metaprogramming variant of compile-time reflection, allowing client code to do type-level computations on the contents of a D module.

traits
module mirror.traits

Information about types and symbols at compile-time, similar to std.traits.

Public Imports

mirror.ctfe
public import mirror.ctfe;
mirror.meta
public import mirror.meta;

Meta