bridgefield / MonadicBits

Useful monads for building C# projects.
https://www.nuget.org/packages/bridgefield.MonadicBits/
MIT License
6 stars 0 forks source link

Filtering with where #10

Open apfohl opened 3 years ago

apfohl commented 3 years ago

Implement a filtering function like where(pred).

apfohl commented 2 years ago

Maybe call it Filter()

Dirk-Peters-BF commented 2 years ago

Where() would be consistent with LINQ monads.