all

Tests if all elements in a query satisfy a predicate template or function.

  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]

Members

Properties

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

An empty query always produces true.

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

Meta