My last post C++20: The Big Four started with an overview of concepts, ranges, coroutines, and modules. Of course, C++20 has more to offer. Today, let’s continue my overview of the core language. Looking at the image, you see the features I want to cover. The three-way Comparison operator <=> The three-way comparison operator <=> is often just called the spaceship operator. The spaceship operator