mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
anyEmpty
mir
primitives
Returns true if any element in the given range is empty.
@
property
@
optmath
bool
anyEmpty
(
Range
)
(
scope
auto
ref
Range
range
)
if
(
hasShape
!
Range
||
__traits(
hasMember
,
Range
, "anyEmpty")
||
is
(
ReturnType
!(
(
Range
r
)
=>
r.empty
) ==
bool
)
)
mir
primitives
functions
anyEmpty
back
elementCount
empty
front
length
popBack
popBackExactly
popBackN
popFront
popFrontExactly
popFrontN
save
shape
walkLength
templates
DeepElementType
DimensionCount
ElementType
isInfinite
variables
hasLength
hasShape
isInputRange
isOutputRange
Returns true if any element in the given range is empty.