[][src]Module arnalisa::bins::storage

A bin that stores the input value whenever the trigger is a value that is neither 0 nor false.

Whenever the trigger value counts as active, the input value gets stored and propagated to output. This is also true when the input value is Nothing. When the `trigger value counts as inactive, the last stored value continues to get propagated to the output.

  ┌────[storage]────┐
 ⇒│input      output│⇒
 ⇒│trigger          │
  └─────────────────┘

Structs

Bin

A bin that stores the input value on trigger.

Description

Description for the storage bin.