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