Table of Contents

About

Generator expressions are implemented using a function scope.

Generators are a special class of functions that simplify the task of writing iterators.

Documentation / Reference