Something which behaves like std::vector or std::array.
More...
#include <mim/util/span.h>
template<class Vec>
typename Vec::value_type;
vec.size();
vec.data();
}
Something which behaves like std::vector or std::array.
Something which behaves like std::vector or std::array.
Definition at line 9 of file span.h.