martinmoene / span-lite

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
494 stars 40 forks source link

Add non-member versions of first(), last() and subspan() per p1024 #13

Closed martinmoene closed 5 years ago

martinmoene commented 6 years ago

p1024- Usability Enhancements for std::span.

martinmoene commented 5 years ago

Superseded by issue #14.