Array.is_empty

Array.is_empty

Array.is_empty

Function

Determine whether the array is empty.

Syntax

Parameters

None.

Return value

TypeDescription
BoolReturns true for an empty array, false otherwise.

Code Example

Notes

  • Only the number of elements is judged, and the element content is not checked recursively.