public function setup()
 {
     $this->seen = Crankshaft::Set();
     $this->inner_iterator->rewind();
 }
Beispiel #2
0
 /**
  * Public: Load all values from this iterable into a set.
  *
  * Returns a Set containing every remaining value in this iterable.
  */
 public function to_set()
 {
     return Crankshaft::Set($this);
 }