Implement Span::first and Span::last from C++20 (#274)
This implements `first` and `last` methods on `Span` that mimics ones in `std::span`.
Loading
Please register or sign in to comment
This implements `first` and `last` methods on `Span` that mimics ones in `std::span`.