79650505

Date: 2025-06-03 01:06:27
Score: 0.5
Natty:
Report link

I'm not sure why this is but I think you need a version of the interface for value types and another version for reference types (the nullable thing in C# is kind of half-baked).

I.e., this interface works:

    public interface IMinMaxDecl<T> where T : struct, IComparable
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tenatus