- ReflectMeta
template ReflectMeta(string target, string[] fields)
Attribute to rename methods, types and functions
- ReflectName
template ReflectName(string target)
Attribute to rename methods, types and functions
- getSetters
template getSetters(T, string member)
- getUDA
template getUDA(alias symbol, alias attribute)
- isProperty
template isProperty(T, string member)
Checks if member is property.
- isPublic
template isPublic(T, string member)
Undocumented in source.
- isStdNullable
template isStdNullable(T)
Match types like std.typeconst: Nullable.
- reflectDoc
template reflectDoc(string target = null)
Attribute for documentation.
- reflectGetDocs
template reflectGetDocs(string target, alias symbol)
template reflectGetDocs(string target)
- reflectGetUnittest
template reflectGetUnittest(string target, alias symbol)
template reflectGetUnittest(string target)
- reflectIgnore
template reflectIgnore(string target)
Attribute to ignore a reflection target
- reflectMeta
template reflectMeta(string target, string[] fields)
- reflectName
template reflectName(string target = null, Args...)
Attribute to rename methods, types and functions
Base reflection utilities.