@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 281 | /// |
| 282 | /// @b Async-Handler-Safety: \asyncsafe. |
| 283 | const_reverse_iterator rbegin() const noexcept { return impl_.rbegin(); } |
| 284 | /// @b Complexity: O(1) |
| 285 | /// |
| 286 | /// @b Async-Handler-Safety: \asyncsafe. |
nothing calls this directly
no outgoing calls
no test coverage detected