any

Tests if any elements in a query statisfy a template predicate or function.

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

Members

Properties

any
DQuery!(QueryType, QueryElements) any [@property setter]

An empty query always produces true.

Meta