Function

&>>(_:)

Returns self with its binary representation shifted by n digits to the right, masking the shift amount to the bit width of Self.

Source
fun &>>(_ n: Int) -> Self

Details

Use this operator when you need to perform a shift and are sure that the shift amount is in the range 0 ..< Self.bit_width().