Syntax: | x1 = bitwise_shift_left(x, count)
|
Description: | Performs a bitwise shift to the left on x if it is an atom or every element of x if it is a sequence. |
Syntax: | x1 = bitwise_shift_right(x, count)
|
Description: | Performs a bitwise shift to the right on x if it is an atom or every element of x if it is a sequence. |