operator << method

Integer operator <<(
  1. int b
)

Implementation

Integer operator <<(int b) => Integer(_clampTo32Bit(value << b));