hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
ConstructorMixin.ConstructorMixin
witchcraft
impl
structs
StructImpl
ConstructorMixin
Undocumented in source.
template
ConstructorMixin
(T, size_t overload)
version(aggressive)
static if
(
__traits(getProtection, T) == "public"
)
alias
ConstructorMixin
=
ConstructorImpl
!(
T
,
overload
)
Meta
Source
See Implementation
witchcraft
impl
structs
StructImpl
ConstructorMixin
aliases
ConstructorMixin