hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
ParameterUDAs.thisParameter
hunt
framework
controller
Controller
ParameterUDAs
Undocumented in source.
template
ParameterUDAs
(alias func, A, int i = 0)
static if
(
is(FunctionTypeOf!func PT == __parameters)
)
alias
thisParameter
=
PT
[
i
..
i
+ 1]
Meta
Source
See Implementation
hunt
framework
controller
Controller
ParameterUDAs
aliases
ParameterUDAs
thisParameter