C++20 introduced Ranges to the standard library: a new way of expressing composable transformations on collections of data. This feature adds a huge amount of expressive power and flexibility to C++. As with many concepts in C++, that power comes with new concepts to learn,
원문출처 : https://devblogs.microsoft.com/cppblog/documentation-for-cpp20-ranges
원문출처 : https://devblogs.microsoft.com/cppblog/documentation-for-cpp20-ranges