Type Definition sc_network::multiaddr::multihash::typenum::Double [−]
type Double<A> = <A as Shl<B1>>::Output;
Expand description
Alias to make it easy to multiply by 2. Double<A> = Shleft<A, B1>
type Double<A> = <A as Shl<B1>>::Output;
Alias to make it easy to multiply by 2. Double<A> = Shleft<A, B1>