Hacker News new | ask | show | jobs
by justneedvodka 3485 days ago
You could use a struct, record, or tuple for a point. I've done all of these before.
1 comments

Yes, and now they can be done right (as CLR structs)! It's just odd that this took until now.

I suppose it just shows that those of us that are using .NET to do "C++ work" (always CPU and GC bound, almost never IO bound) are pretty few...