Merge branch 'trunk' into performance-tweaks

This commit is contained in:
Folkert de Vries 2021-07-22 22:43:16 +02:00 committed by GitHub
commit d5c6fc7179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 766 additions and 395 deletions

View file

@ -876,6 +876,9 @@ define_builtins! {
97 NUM_INT_CAST: "intCast"
98 NUM_MAX_I128: "maxI128"
99 NUM_IS_MULTIPLE_OF: "isMultipleOf"
100 NUM_AT_DECIMAL: "@Decimal"
101 NUM_DECIMAL: "Decimal" imported
102 NUM_DEC: "Dec" imported // the Num.Dectype alias
}
2 BOOL: "Bool" => {