Versions in this module Expand all Collapse all v1 v1.0.0 Dec 9, 2024 Changes in this version + func Add[T Int](a, b T) (T, bool) + func Convert[T Int, U Int](a T) (U, bool) + func Div[T Int](a, b T) (T, bool) + func Mul[T Int](a, b T) (T, bool) + func Quotient[T Int](a, b T) (T, T, bool) + func Sub[T Int](a, b T) (T, bool) + type Int interface