|
nngn
|
#include <algorithm>#include <cassert>#include <span>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | nngn |
Functions | |
| template<typename T > | |
| std::span< T > | nngn::slice (std::span< T > s, auto b, auto e) |
| template<typename T > | |
| auto | nngn::split (std::span< T > s, std::size_t i) |
| auto | nngn::split (std::string_view s, std::string_view::iterator i) |