mirror.rtti

Runtime type information extraced from compile-tine.

Members

Classes

Field
class Field

Fields of a struct/class

Method
class Method
Undocumented in source.
MethodImpl
class MethodImpl(alias F)
Undocumented in source.
RuntimeTypeInfo
class RuntimeTypeInfo
Undocumented in source.

Functions

runtimeTypeInfo
RuntimeTypeInfo runtimeTypeInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
types
Types types()

Extend runtime type information for the given types.

Mixin templates

typesVar
mixintemplate typesVar(alias symbol, T...)

Initialise a Types variable (module-level, static struct variable, ...) with runtime type information for the given types.

Structs

Types
struct Types

Maps types or instances of them to their runtime type information.

Meta