hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
FieldImpl
witchcraft
impl
fields
Undocumented in source.
version(aggressive)
template
FieldImpl (
alias
T
string
name
) {
mixin
WitchcraftField
;
alias
FieldImpl
=
FieldMixin
!(
T
,
name
)
;
class
FieldImpl
;
}
Members
Aliases
FieldImpl
alias
FieldImpl
=
FieldMixin
!(
T
,
name
)
Undocumented in source.
Classes
FieldImpl
class
FieldImpl
Undocumented in source.
Mixins
__anonymous
mixin
WitchcraftField
Undocumented in source.
Meta
Source
See Implementation
witchcraft
impl
fields
templates
FieldImpl