Generator.this

Initializes a generator object which is associated with a dynamic D function. The function will be called once to prepare the range for iteration.

Parameters

dg void delegate
()

The fiber function.

In: dg must not be null.

Meta