| 325 | } |
| 326 | |
| 327 | Y_PURE_FUNCTION inline TdSelf Before(TCharType c) const noexcept { |
| 328 | TdSelf l, r; |
| 329 | return TrySplit(c, l, r) ? l : *this; |
| 330 | } |
| 331 | |
| 332 | Y_PURE_FUNCTION inline TdSelf RAfter(TCharType c) const noexcept { |
| 333 | TdSelf l, r; |
no outgoing calls
no test coverage detected