hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
Foo
witchcraft
unittests
accessible
Undocumented in source.
version(unittest)
class
Foo :
Secret
{
int
x
;
int
y
;
this
();
int
bar
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
bar
int
bar
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Inherited Members
From Secret
b
bool
b
;
Undocumented in source.
foo
int
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
witchcraft
unittests
accessible
classes
Bar
Foo