graphqld ~moving_stuff_around (2022-04-07T19:51:00.3248447)
Dub
Repo
collectParameterTypes.ArgTypes
graphql
traits
collectParameterTypes
Undocumented in source.
template
collectParameterTypes
(Type, Names...)
static if
(
Names.length > 0
)
static if
(
isCallable!(__traits(getMember, Type, Names[0]))
)
alias
ArgTypes
=
ParameterTypeTuple
!(__traits(
getMember
,
Type
,
Names
[0]))
Meta
Source
See Implementation
graphql
traits
collectParameterTypes
aliases
ArgTypes
collectParameterTypes