Implement Num.absDiff

This commit is contained in:
Kiryl Dziamura 2023-04-11 12:16:54 +02:00
parent 4f48873178
commit fb0a64dc22
No known key found for this signature in database
GPG key ID: FB539501A4561ACF
3 changed files with 69 additions and 0 deletions

View file

@ -1253,6 +1253,7 @@ define_builtins! {
152 NUM_COUNT_LEADING_ZERO_BITS: "countLeadingZeroBits"
153 NUM_COUNT_TRAILING_ZERO_BITS: "countTrailingZeroBits"
154 NUM_COUNT_ONE_BITS: "countOneBits"
155 NUM_ABS_DIFF: "absDiff"
}
4 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias