dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
compileIf
dxx
util
ctfe
Undocumented in source.
template
compileIf (
Q
T
...
) {
alias
compileIf
=
tryCompile
!(
T
)
;
alias
compileIf
=
void
;
}
Members
Aliases
compileIf
alias
compileIf
=
tryCompile
!(
T
)
Undocumented in source.
compileIf
alias
compileIf
=
void
Undocumented in source.
Meta
Source
See Implementation
dxx
util
ctfe
templates
compileIf
tryCompile