dquery ~master (2015-09-29T21:02:04Z)
Dub
Repo
map
dquery
query
Applies a map transformation to a query using a unary template or function.
template
map
(alias Pred)
@
property
auto
map
(
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 map transformation to a query using a unary template or function.