typenum::operator_aliases::Shleft
[−]
[src]
type Shleft<A, B> = A::Output;
Alias for the associated type of Shl
: Shleft<A, B> = <A as Shl<B>>::Output
type Shleft<A, B> = A::Output;
Alias for the associated type of Shl
: Shleft<A, B> = <A as Shl<B>>::Output