C# Generic Math: A Convex Hull with Static Interfaces
Static abstract interface members let a C# algorithm depend on operations instead of concrete numeric types. A convex-hull implementation is a good stress test: its coordinate type must support compar
Sep 12, 20268 min read

