package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# Functions

Add は、指定された int32 を足し合わせた結果を返します。.

# Variables

ErrOverflow -- int32 の計算にてオーバーフローが発生した場合のエラーです。.
ErrUnderflow -- int32 の計算にてアンダーフローが発生した場合のエラーです。.