Initializes a generator object which is associated with a static D function. The function will be called once to prepare the range for iteration.
The fiber function.
The stack size for this fiber.
size of the guard page to trap fiber's stack overflows. Refer to core.thread.Fiber's documentation for more details.
In: fn must not be null.
See Implementation
Initializes a generator object which is associated with a static D function. The function will be called once to prepare the range for iteration.