(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-next! it) it: an iter returns any type
Advances an iterator.
If an iterator is finished, returns #n
. Otherwise, advances the
iterator and returns the value which it produces.