[][src]Module langis::gen

This module contains signal generators.

Structs

Const

A signal that yields a constant value.

Cycle

A signal that endlessly repeats the items of an iterator. Calling next on this signal when the inner iterator always return None makes the function panic.

Gen

A signal that returns the values a function.

Successors

A signal where each successive value is computed based on the preceding one.