spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Parameters.opDispatch
spasm
spa
Parameters
Undocumented in source.
struct
Parameters
(Ps...)
static
template
opDispatch (
string
name
) {
alias
opDispatch
(
alias
P
)
=
Parameters
!(
Ps
,
Param
!(
name
,
P
))
;
}
Members
Aliases
opDispatch
alias
opDispatch
(
alias
P
)
=
Parameters
!(
Ps
,
Param
!(
name
,
P
))
Undocumented in source.
Meta
Source
See Implementation
spasm
spa
Parameters
templates
opDispatch