ArrayIsEmpty
Alias:ArrayIsEmpty
, IsArrayEmpty
, IsEmpty
Output:Boolean
Checks if an array is empty.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Array | array<T> | ✔ | 1 | The array to check for emptiness. |
Alias:ArrayIsEmpty
, IsArrayEmpty
, IsEmpty
Output:Boolean
Checks if an array is empty.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Array | array<T> | ✔ | 1 | The array to check for emptiness. |