The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
empty
mir
primitives
pragma(
inline
, true)
@
optmath
bool
empty
(
size_t
dim
= 0
T
)
(
scope
const
T
[]
ar
)
if
(
!
dim
)
Examples
assert
((
int
[]).
init
.
empty
);
assert
(![
1
].
empty
!
0
);
// Slice-like API
Meta
Source
See Implementation
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