Performs a left shift for each element of a vector.
Elemental function
The result is of the same type as ARG1.
Each element of the result vector is the result of left shifting the corresponding element of ARG1 by the number of bits specified by the value of the corresponding element of ARG2, modulo the number of bits in the element. The bits that are shifted out are replaced by zeroes.