Performs a forward search from current position. If nothing is found, and autoReset is true, then it will resume search from the beginning. Will set position past end if nothing is found.
The value to search for.
The current cursor result after search is conducted.
Should move to the next element if relativeChange isn't passed, otherwise it should move the amount of relativeChange.
Optional
relativeChange: numberThe amount to move. If no value is passed then it will move forward 1.
The current cursor state after movement.
Like an iterator, but with a reset method.