hfour / yads

An array-like data structure with a monoidal cache
8 stars 4 forks source link

EDI-1515: Implement array.find and array.indexOf #22

Closed KraljMarko closed 3 years ago

KraljMarko commented 3 years ago

This PR introduces .find() and .indexOf() methods to MArray. Tests included.