mirror.meta

Undocumented in source.

Modules

reflection
module mirror.meta.reflection

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.meta.traits

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

Public Imports

mirror.meta.reflection
public import mirror.meta.reflection;

Meta