d-beard v2.0.0 (2014-02-05T00:44:46Z)
Dub
Repo
findAll
beard
find
Return all the types for which C!T returns true.
template
findAll (
alias
C
T
...
) {
template
fold
(alias R, U)
;
alias
findAll
=
foldLeft
!(
fold
,
TL
!(),
T
).
types
;
}
Members
Aliases
findAll
alias
findAll
=
foldLeft
!(
fold
,
TL
!(),
T
).
types
Undocumented in source.
Templates
fold
template
fold
(alias R, U)
Undocumented in source.
Meta
Source
See Implementation
beard
find
templates
filter
find
findAll
Return all the types for which C!T returns true.