Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

FoldSum

Type Alias FoldSum 

Source
pub type FoldSum<A> = <A as FoldAdd>::Output;
Expand description

Alias for the associated type of FoldAdd: FoldSum<A> = <A as FoldAdd>::Output