map

Applies a map transformation to a query using a unary template or function.

template map(alias Pred)
@property
map
(
QueryType
QueryElements...
)
(
DQuery!(QueryType, QueryElements) query
)
if (
QueryElements.length == 0
)

Meta