Trait aurum_numeric::WrappingShl [] [src]

pub trait WrappingShl<R> {
    type Output;
    fn wrapping_shl(self, rhs: R) -> Self::Output;
}

Wrapping shift left.

Associated Types

Required Methods

Implementors