Returns the canonical, already-isOver empty cursor, i.e. one with no elements to yield.
Wraps iterator into a lazy Cursor, pulling elements from it as the cursor is traversed.
Wraps sequence into a lazy Cursor, equivalent to sequence.cursor().
sequence.cursor()