libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
Parameters.opDispatch
libwasm
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
libwasm
spa
Parameters
templates
opDispatch