Closed martinmoene closed 5 years ago
For example:
#include "https://raw.githubusercontent.com/martinmoene/span-lite/master/include/nonstd/span.hpp" main() { int a[] = {1,2,3,}; nonstd::span<int> spn( a ); as_bytes( spn ); }
For example: