(count it)
  it: an iterable
  returns an int
F

Consumes an iterator, counting its items.

Invokes (iter-next! it) until the base iterator is finished, then returns the number of items which were produced.

skip-while
nth