mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
implement isMultipleOf builtin
This commit is contained in:
parent
618dea11e6
commit
1e9bd0d7f1
7 changed files with 74 additions and 6 deletions
|
@ -65,6 +65,7 @@ pub enum LowLevel {
|
|||
NumCompare,
|
||||
NumDivUnchecked,
|
||||
NumRemUnchecked,
|
||||
NumIsMultipleOf,
|
||||
NumAbs,
|
||||
NumNeg,
|
||||
NumSin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue