fun shiftLeft(distance: Int): UInt32
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.