(iter-next! it)
  it: an iter
  returns any type
F

Advances an iterator.

If an iterator is finished, returns #n. Otherwise, advances the iterator and returns the value which it produces.

iter
iter-next-back!