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

Sub1

Type Alias Sub1 

Source
pub type Sub1<A> = <A as Sub<B1>>::Output;
Expand description

Alias to make it easy to subtract 1: Sub1<A> = <A as Sub<B1>>::Output