Glossary

Generator


Term
Generator

Abbreviation
 

Definition
A Generator is a special routine that can be used to control the iteration behavior of a loop. It is very similar to a function that returns an array, in that a generator has parameters and generates a sequence of values.

Index Associations