Iterator Glossary

Browse 1 iterator terms defined in plain English, from the cultural dictionary of computing.

1 Iterator Terms

Generator
A special type of function that returns an iterator which yields values one at a time using lazy evaluation, pausing execution between each yield and resuming...

Related Topics