[][src]Module langis::comp

This module contains signals that are created using functions in the main signal trait.

Structs

Add
BitAnd
BitOr
BitXor
Clamp

Clamps the values of S between Min and Max.

Cloned

Clones the values of a signal. It is useful to turn a Signal<Type = &T> into a Signal<Type = T>.

Div
Filter
FilterMap
Inspect

A signal that calls a function with a reference to each value before yielding it.

Into

Uses the Into trait to turn an signal into another.

IntoIter

An iterator that yield the values of a signal.

Map

Maps a signal to another using a function.

Max

Returns the maximum of two signals,

Min

Returns the minimum of two signals,

Mul
Neg

Negates a signal.

Rem
Shl
Shr
Skip

Skips the values of a signal.

Sub
Zip

An signal that yield the values of two other signals.