operator >> method

Integer operator >>(
  1. int b
)

Implementation

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