savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
153 stars 12 forks source link

Add `reverse_find!` and `reverse_find_index!` to `Indexable` trait. #476

Closed jemc closed 1 month ago

jemc commented 1 month ago

These new convenience methods will help support cases where we want to find elements or their indices starting from the end.

jemc commented 1 month ago

The MacOS CI failure is unrelated - I will merge anyway.