You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just food for thought about implementing generics for comparable types to simplify reflection if possible. comparable is now a built-in interface so it should be fairly easy to check via reflection or type assertion.
Just food for thought about implementing generics for comparable types to simplify reflection if possible. comparable is now a built-in interface so it should be fairly easy to check via reflection or type assertion.