ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
build.ConverterType
ctpg
combinators
convert
build
Undocumented in source.
alias
ConverterType
=
converter
template
build
(alias kind, SrcType)
static if
(
kind.hasValue
)
static if
(
is(converter == class) && __traits(compiles, new converter(T.init.field))
)
alias
ConverterType
=
converter
alias
ConverterType
=
converter
alias
ConverterType
=
converter
alias
ConverterType
=
converter
alias
ConverterType
=
typeof
(
converter
(
T
.
init
.
field
))
alias
ConverterType
=
typeof
(
converter
(
T
.
init
))
alias
ConverterType
=
void
Meta
Source
See Implementation
ctpg
combinators
convert
build
aliases
ConverterType
T
mixins
__anonymous
static functions
parse