dquery ~master (2015-09-29T21:02:04Z)
Dub
Repo
each
dquery
query
Iterates over elements in a query using a unary template or function.
template
each
(alias Pred)
@
property
auto
each
(
QueryType
QueryElements
...
)
(
DQuery
!(
QueryType
,
QueryElements
)
query
)
if
(
QueryElements.length
== 0
)
Meta
Source
See Implementation
dquery
query
structs
DQuery
templates
all
any
each
filter
map
Iterates over elements in a query using a unary template or function.