• Preparing search index...
  • The search index is not available
conway
  • conway
  • indexing/cursor_utilities
  • cursorIterator

Function cursorIterator

  • cursorIterator(cursor: IIndexSetCursor): IterableIterator<number>
  • Iterate over a cursor, getting all the local IDs.

    Parameters

    • cursor: IIndexSetCursor

      The cursor to iterate over.

    Returns IterableIterator<number>

    Yields

    Every local ID within the cursor.

    • Defined in indexing/cursor_utilities.ts:27

Settings

Member Visibility
conway
  • Loading...