filter

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

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

Meta