yyd ~master (2026-07-05T20:32:51.4985735)
Dub
Repo
_yy
yyd
y
Decombinator - reduce and instatiate T as template with given parameters V.
template
_yy (
alias
T
V
...
) {
alias
_yy
=
_y
!(
T
.
_
!(
V
))
;
alias
_yy
=
_y
!(
T
!(
V
))
;
}
Members
Aliases
_yy
alias
_yy
=
_y
!(
T
.
_
!(
V
))
Undocumented in source.
_yy
alias
_yy
=
_y
!(
T
!(
V
))
Undocumented in source.
Meta
Source
See Implementation
yyd
y
mixin templates
_apply
_call
_constant
_identifier
_identity
_mpartial
_partial
_partialf
_partialm
_partialmf
_rpartial
_rpartialf
_rpartialm
_rpartialmf
_toFnc
_toFnc_m
_void
_yyy
y__
templates
__constant
__identifier
__identity
_v
_y
_yy
identity
isConstant
toFnc
Decombinator - reduce and instatiate T as template with given parameters V.