Iterators

  1. Iterate over vector of numbers
  2. Alternatively, we could create an iterator using the iter method.
  3. Create a simple iterator to count up to a number
  4. Create a simple iterator to count boundless
  5. Iterate over files in current directory
  6. Iterate over files in current directory calling next
  7. Iterator to walk directory tree
  8. Count number of elements of an iterator