moonbitlang / core

MoonBit's Core library

Home Page:https://moonbitlang.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal: checked arithmetic operations for `Int` and `Int64`

yj-qin opened this issue · comments

We need some checked operations to prevent overflow when doing arithmetic operations, such as checked_add and checked_sub.