Function

<<=(_:)

Shifts the binary representation of self by n digits to the left.

Source
fun <<=(_ n: Int) { inout }