Iterator
.reify($n) method requests generation of $n elements
Once reified, any given Iterator object always returns the same Parcel of values 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's car/cdr model