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