libstdc++: Improve docs for range access functions [PR97001]
The libstdc++ now includes improved documentation for range access functions in `range_access.h`.
The libstdc++ now has improved Doxygen comments for range access functions in include/bits/range_access.h. This enhances the clarity and understandability of these functions.
In Details
This commit focuses on improving the Doxygen documentation within include/bits/range_access.h. Search snippets should focus on Doxygen and C++ range access.
For Context
This commit enhances the documentation for the C++ standard library's range access functions. These functions provide a consistent way to access the beginning and end of various data structures, like arrays, vectors, and lists. Improved documentation makes it easier for developers to understand and use these functions correctly.