ggplotd ~master (2021-04-12T07:22:03Z)
Dub
Repo
ApplyLeft.ApplyLeft
ggplotd
meta
ApplyLeft
Undocumented in source.
template
ApplyLeft
(right...)
template
ApplyLeft
(alias Template, args...)
static if
(!(
__traits(hasMember, std.meta, "ApplyLeft")
))
static if
(
args.length
)
template
ApplyLeft (
right
...
) {
static if
(!(
__traits(hasMember, std.meta, "ApplyLeft")
))
static if
(
args.length
)
static if
(
is(typeof(Template!(args, right)))
)
enum
ApplyLeft
;
alias
ApplyLeft
=
Template
!(
args
,
right
)
;
}
alias
ApplyLeft
=
Template
alias
ApplyLeft
=
std
.
meta
.
ApplyLeft
Members
Aliases
ApplyLeft
alias
ApplyLeft
=
Template
!(
args
,
right
)
Undocumented in source.
Manifest constants
ApplyLeft
enum
ApplyLeft
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
meta
ApplyLeft
templates
ApplyLeft