Search results

There are no results.

std.ops.UnsignedShiftRight

UnsignedShiftRight[T, R]

The binary >>> operator.

Required methods

>>>

Show source code
Hide 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

std.int.

Int

impl UnsignedShiftRight[Int, Int] for Int