same as the title, don't really think I can add much more,
btw, started using your library today, and so far loving it, great work.
Comments: ** Comment from web user: dennisdoomen **
btw, started using your library today, and so far loving it, great work.
Comments: ** Comment from web user: dennisdoomen **
Thanks!
Do you mean that the numerical assertions should also be available on generic implementations of IComparable<T>? Because, currently, I don't do anything specific with IComparable. All numerical assertions are extension methods on specific types, not on IComparable. I tried something similar, but ran into limitations of the extension method syntax.