mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
reflectUnittest
mir
reflection
Attribute for extern unit-test.
struct
reflectUnittest (
string
target
) {
string
text
;
this
(string text);
this
(typeof(this) other);
}
Constructors
this
this
(string text)
Undocumented in source.
this
this
(typeof(this) other)
Undocumented in source.
Members
Variables
text
string
text
;
Meta
Source
See Implementation
mir
reflection
aliases
isField
isSomeStruct
structs
ReflectDoc
reflectDeprecated
reflectUnittest
templates
ReflectMeta
ReflectName
getSetters
getUDA
isProperty
isPublic
isStdNullable
reflectDoc
reflectGetDocs
reflectGetUnittest
reflectIgnore
reflectMeta
reflectName
variables
DeserializableMembers
SerializableMembers
hasField
isOriginalMember
Attribute for extern unit-test.