How to write like Raymond: The typing-saver

212 · Raymond Chen · Jan. 18, 2022, 3:21 p.m.
Here’s another installment in the extremely sporadic series on How to write like Raymond. Last time, I discussed how the using statement can be used to create type aliases in C# and C++. The aliases are not types in their own right; The post How to write like Raymond: The typing-saver appeared first on The Old New Thing....