Function

<<(_:)

Returns self with its binary representation shifted by n digits to the left.

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