each

Iterates over elements in a query using a unary template or function.

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

Meta