left shift
A bit shift to the left, in which all of the bits of an operand are shifted by a given number of positions to the left.
Noun
- A bit shift to the left, in which all of the bits of an operand are shifted by a given number of positions to the left.
- The left shift operator; often given as << or <<<.
Forms
Verb
- To perform a left shift bitwise operation.