diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-20 16:45:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-20 16:45:13 -0400 |
| commit | fb95bbb1d49dab882e5b4a962b7dd9b2438fdacb (patch) | |
| tree | f69201ed2d604b2281f3919a2a56fc470f6481df /builtins/array.h | |
| parent | 907122a049572f02880713620e0e6b024a5cff7f (diff) | |
Deprecate array:pairs() and switch iterator functions to use enums
Diffstat (limited to 'builtins/array.h')
| -rw-r--r-- | builtins/array.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/array.h b/builtins/array.h index 1b7fa4cb..56794a22 100644 --- a/builtins/array.h +++ b/builtins/array.h @@ -69,7 +69,6 @@ array_t Array$to(array_t *array, int64_t last); array_t Array$by(array_t *array, int64_t stride); array_t Array$reversed(array_t array); array_t Array$concat(array_t x, array_t y, const TypeInfo *type); -closure_t Array$pairs(array_t x, bool self_pairs, bool ordered, const TypeInfo *type); uint32_t Array$hash(const array_t *arr, const TypeInfo *type); int32_t Array$compare(const array_t *x, const array_t *y, const TypeInfo *type); bool Array$equal(const array_t *x, const array_t *y, const TypeInfo *type); |
