operator << method

T operator <<(
  1. int other
)

Implementation

T operator <<(int other) => constructorCallback(value << other);