[][src]Module arnalisa::bins::passthrough

A bin that passes through all input values.

  ┌────[passthrough]────┐
 ⇒│<input 0>  <output 0>│
 ⇒│<input 1>  <output 1>│
 ⇒│<input 2>  <output 2>│
 ⇒┊…                    ┊
 ⇒│<input n>  <output n>│
  └─────────────────────┘

Structs

Bin

A bin that passes through all input values.

Description

Description of the passthrough bin.