glue-d ~master (2022-04-28T12:05:01.5022314)
Dub
Repo
extractImplicit.step
glued
annotations
getImplicitAnnotations
extractImplicit
Undocumented in source.
template
extractImplicit
(alias A)
static if
(
locallyImplicated.length > 0
)
template
step (
int
i
Acc
...
) {
alias
step
=
Acc
;
alias
step
=
step
!(
i
+
1
,
AliasSeq
!(
extractImplicit
!(
typeof
(
locallyImplicated
[
i
])),
Acc
))
;
}
Members
Aliases
step
alias
step
=
Acc
Undocumented in source.
step
alias
step
=
step
!(
i
+
1
,
AliasSeq
!(
extractImplicit
!(
typeof
(
locallyImplicated
[
i
])),
Acc
))
Undocumented in source.
Meta
Source
See Implementation
glued
annotations
getImplicitAnnotations
extractImplicit
aliases
extractImplicit
implications
locallyImplicated
theirImplications
unpack
templates
step