Function

&<<=(_:)

Shifts the binary representation of self by n digits to the left, masking the shift amount to the bit width of Self.

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