std.ops.UnsignedShiftRight
UnsignedShiftRight[T, R]The binary >>> operator.
Required methods
>>>
Show source codeHide source code
fn pub >>>(other: ref T) -> Rfn pub >>>(other: ref T) -> RCasts 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