any

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

  1. DQuery!(QueryType, QueryElements) any [@property setter]
    template any(alias Pred)
    @property
    bool
    any
    (
    QueryType
    QueryElements...
    )
    (
    DQuery!(QueryType, QueryElements) query
    )
    if (
    QueryElements.length == 0
    )
  2. DQuery!(QueryType, QueryElements) any [@property setter]
  3. DQuery!(QueryType, QueryElements) any [@property setter]

Members

Properties

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

An empty query always produces true.

any
DQuery!(QueryType, QueryElements) any [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
any
DQuery!(QueryType, QueryElements) any [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta