siryul v0.5.3 (2019-05-05T18:19:35Z)
Home
Dub
Repo
getConvertToFunc.getConvertToFunc
siryul
common
getConvertToFunc
Undocumented in source.
alias
getConvertToFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
toFunc
))[
0
]
alias
getConvertToFunc
=
T
.
toSiryulHelper
!(
member
.
stringof
)
template
getConvertToFunc
(T, alias member)
package
static if
(!(
hasUDA!(member, CustomParser)
))
static if
(
is(typeof(T.toSiryulHelper!(member.stringof)))
)
alias
getConvertToFunc
=
T.toSiryulHelper
!(
member.stringof
)
Meta
Source
See Implementation
siryul
common
getConvertToFunc
aliases
getConvertToFunc