Left shifts a vector by a given number of bits.
Elemental function
The result is of the same type as ARG1.
The result is the contents of ARG1, shifted left by the number of bits specified by the 3 least significant bits of ARG2. The bits that are shifted out are replaced by zeroes.