Module pure_functions

Source
Expand description

This module contains View implementations that act like pure functions. They don’t really rely on an internal state, but rather process value from other Views

Structs§

Add
Add View a to b
Constant
Provides a float value to other views
Divide
Divide View a by b
Echo
Echo always return the last value just like an echo
GTE
Greater Than or Equal Will allow values >= clipping_point through and clip other values to the clipping point
LTE
Lower Than or Equal filter, which only allows values lower than the specified clipping point through
Multiply
Multiply View a by b
Subtract
Subtract View a from b
Tanh
Applies the Tanh function to the output of its View component