Generator (computer programming): Difference between revisions

Content deleted Content added
fixed unusual syntax in c++ range class
Line 101:
$stop; // stop, end of sequence. End of body of the generator.
};
</source>
 
This can then be iterated using: