witchcraft ~master (2021-10-23T22:14:19.0643363)
Dub
Repo
FieldImpl.FieldImpl
witchcraft
impl
fields
FieldImpl
Undocumented in source.
alias
FieldImpl
=
FieldMixin
!(
T
,
name
)
template
FieldImpl
(alias T, string name)
version(aggressive)
static if
(
__traits(getProtection, __traits(getMember, T, name)) == "public"
)
alias
FieldImpl
=
FieldMixin
!(
T
,
name
)
class
FieldImpl
Meta
Source
See Implementation
witchcraft
impl
fields
FieldImpl
aliases
FieldImpl
mixins
__anonymous