all

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

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

Members

Properties

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

An empty query always produces true.

Meta