mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 00:51:28 +09:00
Changes the `operator[]` method so we can get mutable references to elements even if the span is `const`. The operator is now also `constexpr`. This behavior matches `std::span`. C++ standard reference: https://en.cppreference.com/w/cpp/container/span/operator_at
epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.