std.ops.ShiftLeft
ShiftLeft[T, R]
The binary <<
operator.
Required methods
<<
Show source codeHide source code
fn pub <<(other: ref T) -> R
fn pub <<(other: ref T) -> R
Returns the result of a bitwise shift to the left with self
and the given
object.
Implementations
Int
impl ShiftLeft[Int, Int] for Int