Array.empty

Property returning true if and only if the array has no elements.

Complexity: O(1)

struct Array(T)
@property
bool
empty
()
if (
is(immutable T == immutable bool)
)

Meta