Daily bit(e) of C++ #453, Maintaining a compile-time known size of a range using a statically sized std::span.
I am pretty sure that you can construct statically sized span from any contiguous range, you would just have to use explicit constructor.
Thanks, I lost the word "implicitly" somewhere on the way 😅
I am pretty sure that you can construct statically sized span from any contiguous range, you would just have to use explicit constructor.
Thanks, I lost the word "implicitly" somewhere on the way 😅