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