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

Maximum

Type Alias Maximum 

Source
pub type Maximum<A, B> = <A as Max<B>>::Output;
Expand description

Alias for the associated type of Max: Maximum<A, B> = <A as Max<B>>::Output