polyadic / funcky

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

Consequently use ThrowIfNull. #755

Closed FreeApophis closed 11 months ago

FreeApophis commented 11 months ago

We had a bit of a mix for the different strategies. I think it's best to have it as a precondition and the helper checks the contract in one line.

bash commented 11 months ago

ThrowIfNull is only supported starting with .NET 6 👀

FreeApophis commented 11 months ago

Argh