hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
Bar
witchcraft
unittests
accessible
Undocumented in source.
version(unittest)
class
Bar :
Foo
{
mixin
Witchcraft
;
string
name
;
int
foobar
();
}
Members
Functions
foobar
int
foobar
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Witchcraft
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
Inherited Members
From Foo
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
bar
int
bar
()
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