ICI Modules: long: shiftleft Modules by name : by type Synopsis long = long.shiftleft(long, int) Description Shifts the first argument left by the number of bit positions specified by the second argument and returns the result.
long = long.shiftleft(long, int)
Shifts the first argument left by the number of bit positions specified by the second argument and returns the result.