libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
ParameterIdentifierTuple.Impl
memutils
ct
ParameterIdentifierTuple
Undocumented in source.
template
ParameterIdentifierTuple
(func...)
template
Impl (
size_t
i
= 0
) {
alias
Impl
=
AliasSeq
!()
;
alias
Impl
=
AliasSeq
!(
Get
!
i
,
Impl
!(
i
+
1
))
;
}
Members
Aliases
Impl
alias
Impl
=
AliasSeq
!()
Undocumented in source.
Impl
alias
Impl
=
AliasSeq
!(
Get
!
i
,
Impl
!(
i
+
1
))
Undocumented in source.
Meta
Source
See Implementation
memutils
ct
ParameterIdentifierTuple
aliases
PT
ParameterIdentifierTuple
templates
Get
Impl