all.all

An empty query always produces true.

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

Meta