polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 3 forks source link

Implement FindIndexOrNone and FindLastIndexOrNone on List #752

Closed FreeApophis closed 7 months ago

FreeApophis commented 1 year ago

The FindIndex and FindLastIndex work with -1 as their return value...