DynamicArray::isEmpty

(Available since version 1.0)

DynamicArray::isEmptyChecks whether the array is empty.

Description

public bool DynamicArray::isEmpty ( void )

Returns true when the array has zero elements.

Parameters

This function has no parameters.

Return Values

Returns whether the array is empty.

To Top