ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.25k stars 393 forks source link

Add at method to span #975

Closed mike919192 closed 1 week ago

mike919192 commented 1 week ago

std span is getting the at method in c++ 26. https://en.cppreference.com/w/cpp/container/span/at

This is adding the equivalent to etl span.