std.ops.UnsignedShiftRight
UnsignedShiftRight[T, R]
The binary >>>
operator.
Required methods
>>>
Show source codeHide source code
fn pub >>>(other: ref T) -> R
fn pub >>>(other: ref T) -> R
Casts self
to an unsigned integer, shifts it to the right, then returns
the result as a signed integer.
Implementations
Int
impl UnsignedShiftRight[Int, Int] for Int