fun shiftLeft(distance: Int): UInt384
Shift all bits in this value to the left.
distance - The number of bits to shift by.
distance
Return A value containing the shifted bits.