Documentation
Documentation
Sources
Core
Numbers
Integers
BinaryInteger.hylo
BinaryInteger
>>=(_:)
Function
>>=(_:)
Shifts the binary representation of
self
by
n
digits to the right.
Source
fun
>>=
(_
n
:
Int
) {
inout
}