mirror.meta

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.