@brief Added for STL compatibility. */
| 3023 | |
| 3024 | /** @brief Added for STL compatibility. */ |
| 3025 | basic_string substr() const noexcept { return *this; } |
| 3026 | |
| 3027 | /** |
| 3028 | * @brief Return a slice of this view after first `skip` bytes. |
no outgoing calls