dquery v0.1.3 (2015-07-04T22:24:23Z)
Dub
Repo
each
dquery
query
Iterates over elements in a query using a unary template or function.
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
template
each
(alias Pred)
@
property
auto
each
(
QueryType
QueryElements
...
)
(
DQuery
!(
QueryType
,
QueryElements
)
query
)
if
(
QueryElements.length
== 0
)
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
Members
Properties
each
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
each
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
each
DQuery
!(
QueryType
,
QueryElements
)
each
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.