| 330 | } |
| 331 | |
| 332 | Y_PURE_FUNCTION inline TdSelf RAfter(TCharType c) const noexcept { |
| 333 | TdSelf l, r; |
| 334 | return TryRSplit(c, l, r) ? r : *this; |
| 335 | } |
| 336 | |
| 337 | Y_PURE_FUNCTION inline TdSelf RBefore(TCharType c) const noexcept { |
| 338 | TdSelf l, r; |
no outgoing calls
no test coverage detected