[][src]Module siraph::nodes

Structs

Const

The Const node returns a constant value.

FromIter

A node that outputs the content of an iterator.

Hold

Inputs

Map

A node that maps its input to its output using a function.

Offset

An node that offsets its received values by n calls to process.

Pulse

A simple node that infinitly outputs n false then one true.

ReplaceNone

A node that replaces the None values of its input with a default value.