span_utils.hpp
A set of simple functions to manipulate std::span.
Note
Status: BETA
Functions
-
template<typename T>
void Print(const std::span<T> &v, std::ostream &os = std::cout, const std::string &spacer = " ") Print the contents of a span.
-
namespace std
STL namespace.