| 501 | } |
| 502 | |
| 503 | Y_PURE_FUNCTION inline TdSelf Tail(size_t pos) const noexcept { |
| 504 | return SubStr(pos); |
| 505 | } |
| 506 | |
| 507 | Y_PURE_FUNCTION inline TdSelf Last(size_t len) const noexcept { |
| 508 | return TdSelf(*this).RSeek(len); |
no outgoing calls
no test coverage detected