Added find_index array function #9

Merged
ShatteredMINT merged 17 commits from Micha_i/symphony_stdlib:array-functions into main 2026-09-03 20:30:10 +02:00
Contributor

This PR adds a new module of the standard library - array, which will contain functions related to arrays.
The first function in this module is find_index, which searches through a specified array, running the specified predicate function on each and returning the index of the first item passing the predicate (or -1 if none was found)

This PR adds a new module of the standard library - `array`, which will contain functions related to arrays. The first function in this module is `find_index`, which searches through a specified array, running the specified predicate function on each and returning the index of the first item passing the predicate (or `-1` if none was found)
Micha_i added 5 commits 2026-08-31 23:07:02 +02:00
Micha_i force-pushed array-functions from b476b8aaa3 to 63b37ab094 2026-08-31 23:07:02 +02:00 Compare
Micha_i added 6 commits 2026-08-31 23:55:24 +02:00
Micha_i added 1 commit 2026-08-31 23:58:02 +02:00
Micha_i added 1 commit 2026-09-01 13:52:32 +02:00
Micha_i added 1 commit 2026-09-01 13:52:51 +02:00
Micha_i added 1 commit 2026-09-02 20:40:59 +02:00
Micha_i added 1 commit 2026-09-03 09:04:16 +02:00
Author
Contributor

Good to merge

Good to merge
ShatteredMINT requested review from ShatteredMINT 2026-09-03 14:58:04 +02:00
Micha_i added 1 commit 2026-09-03 20:29:33 +02:00
ShatteredMINT merged commit 6ff1a43c32 into main 2026-09-03 20:30:10 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#9