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

GrEq

Type Alias GrEq 

Source
pub type GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output;
Expand description

Alias for the associated type of IsGreaterOrEqual: GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output