span_test.cc
26.4 KB
-
Implement Span::first and Span::last from C++20 (#274) · c1cecb25
This implements `first` and `last` methods on `Span` that mimics ones in `std::span`.
Girts committed
This implements `first` and `last` methods on `Span` that mimics ones in `std::span`.