add

Function add 

Source
pub async fn add<T>(lhs: Inputs<T>, rhs: Inputs<T>, sums: Outputs<T>) -> Result
where T: Add<Output = T>,
Expand description

A block that outputs the sums of input numbers.