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
| Type | Description |
|---|---|
Cursor | A Cursor object with its state set to indicate the end of a sequence. |