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

Shleft

Type Alias Shleft 

Source
pub type Shleft<A, B> = <A as Shl<B>>::Output;
Expand description

Alias for the associated type of Shl: Shleft<A, B> = <A as Shl<B>>::Output