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