Skip to content

v1.27.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 14 May 12:18
· 40 commits to master since this release
added: FindFirstUsing (#140)

FindFirstUsing will return the index of the first element when the callback returns true or -1 if no element is found. It follows the same logic as the findIndex() function in Javascript.

If the list is empty then -1 is always returned.