all.all

An empty query always produces true.

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

Meta