Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + func Add32WithOverflow(a, b int32) (r int32, ok bool) + func Add32to64WithOverflow(a int32, b int64) (r int32, ok bool) + func AddWithOverflow(a, b int64) (r int64, ok bool) + func MulHalfPositiveWithOverflow(a, b int64) (r int64, ok bool) + func Sub32WithOverflow(a, b int32) (r int32, ok bool) + func Sub32to64WithOverflow(a int32, b int64) (r int32, ok bool) + func SubWithOverflow(a, b int64) (r int64, ok bool)