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