anyEmpty

Returns true if any element in the given range is empty.

@property
bool
anyEmpty
(
Range
)
(
scope auto ref Range range
)
if (
hasShape!Range ||
__traits(hasMember, Range, "anyEmpty")
||
is(ReturnType!(
(
Range r
)
=> r.empty
) == bool)
)