any.any

An empty query always produces true.

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

Meta