Skip to main content

NewCursorAtEnd

Creates a new Cursor object initialized to the 'AtEnd' state, indicating the cursor is positioned at the end.

def NewCursorAtEnd() - > Cursor

Creates a new Cursor object initialized to the 'at end' state. This is used to represent a cursor positioned after the last element in a sequence.

Returns

TypeDescription
CursorA Cursor object with its state set to indicate the end of a sequence.