tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
templateAnd.templateAnd
tanya
meta
metafunction
templateAnd
templateAnd
Undocumented in source.
enum
bool
templateAnd
;
alias
templateAnd
=
Instantiate
!(.
templateAnd
!(
Preds
[
1
..$]),
T
)
template
templateAnd
(T...)
static if
(!(
Preds.length == 0
))
static if
(
Instantiate!(Preds[0], T)
)
alias
templateAnd
=
Instantiate
!(.
templateAnd
!(
Preds
[1..$]),
T
)
enum
bool
templateAnd
;
Meta
Source
See Implementation
tanya
meta
metafunction
templateAnd
templateAnd
variables
templateAnd