Iterator key feature
→ Iterators act immutable ←
Once reified, any given Iterator object always returns the same Parcel on subsequent .reify requests
Further list generation must be handled by iterators in the returned parcel
- ...like a linked list with "head" and "tail" portions
- ...or Lisp