1. 17
  1. 2

    Overflows are handled by default. Int32::MAX + 1 will no longer wrap around. In case you need non-overflow operation you can use Int32::MAX &+ 1.

    I believe Julia could learn a thing or two from this. They overflow by default.

    1. 0

      Mobile site doesn’t scroll, I had to switch to desktop site