diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:28:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:28:14 -0400 |
| commit | 25519d243485ab1906304adc99d400684b04ef5b (patch) | |
| tree | ef041872fd695d4b6d218791fbab3b90575e3532 /builtins/integers.h | |
| parent | 80af2ea5476e6bc93fe3d7d2c297c021aa29b497 (diff) | |
Fixing up more stuff
Diffstat (limited to 'builtins/integers.h')
| -rw-r--r-- | builtins/integers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/integers.h b/builtins/integers.h index e41fd061..2fc2688e 100644 --- a/builtins/integers.h +++ b/builtins/integers.h @@ -46,6 +46,7 @@ DEFINE_INT_TYPE(int8_t, Int8); #define Int8$abs(...) I8(abs(__VA_ARGS__)) CORD Int$as_text(const Int_t *i, bool colorize, const TypeInfo *type); +uint32_t Int$hash(const Int_t *x, const TypeInfo *type); int32_t Int$compare(const Int_t *x, const Int_t *y, const TypeInfo *type); int32_t Int$compare_value(const Int_t x, const Int_t y); bool Int$equal(const Int_t *x, const Int_t *y, const TypeInfo *type); |
