Skip to main content

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

NameTypeDescription
cursorCursorThe cursor object to check for its end state.

Returns

TypeDescription
boolTrue if the cursor is at the end, False otherwise.