IsCursorEnd
Checks if the provided cursor is at its end state.
def IsCursorEnd(
cursor: Cursor
) - > bool
Checks if the provided cursor is at its end state. This function is used to determine if there are no more elements to iterate over.
Parameters
| Name | Type | Description |
|---|---|---|
| cursor | Cursor | The cursor object to check for its end state. |
Returns
| Type | Description |
|---|---|
bool | True if the cursor is at the end, False otherwise. |