Tags C++ Collection Understanding std::span admin July 27, 2022 Introduced in C++20, std::span is a light-weight abstraction that provides a convenient view into a collection of contiguous elements. Note that it