Generator.this

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

Parameters

fn void function
()

The fiber function.

sz size_t

The stack size for this fiber.

In: fn must not be null.

Meta