any.any

An empty query always produces true.

  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]

Meta