Shifts the binary representation of self by n digits to the left, masking the shift amount to the bit width of Self.
fun &<<=(_ n: Int) { inout }