Luna::Array::empty
constexpr bool empty() const
Checks whether this array is empty, that is, the size of this array is 0
.
Return value
Returns true
if this array is empty, returns false
otherwise.
constexpr bool empty() const
Checks whether this array is empty, that is, the size of this array is 0
.
Returns true
if this array is empty, returns false
otherwise.