mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Add Num.withoutDecimalPoint
This commit is contained in:
parent
62cc19c64b
commit
9c664172dd
9 changed files with 25 additions and 4 deletions
|
@ -1268,6 +1268,7 @@ define_builtins! {
|
|||
156 NUM_BYTES_TO_U128_LOWLEVEL: "bytesToU128Lowlevel"
|
||||
157 NUM_DIV_TRUNC_UNCHECKED: "divTruncUnchecked" // traps on division by zero
|
||||
158 NUM_REM_UNCHECKED: "remUnchecked" // traps on division by zero
|
||||
159 NUM_DEC_WITHOUT_DECIMAL_POINT: "withoutDecimalPoint"
|
||||
}
|
||||
4 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue