hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
User
witchcraft
unittests
structs
Undocumented in source.
version(unittest)
struct
User {
mixin
Witchcraft
;
string
username
;
string
password
;
}
Members
Mixins
__anonymous
mixin
Witchcraft
Undocumented in source.
Variables
password
string
password
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
witchcraft
unittests
structs
functions
testSuite
structs
User