| 258 | } |
| 259 | |
| 260 | inline void RSplit(TCharType delim, TdSelf& l, TdSelf& r) const noexcept { |
| 261 | RSplitTemplate(delim, l, r); |
| 262 | } |
| 263 | |
| 264 | inline void Split(TdSelf delim, TdSelf& l, TdSelf& r) const noexcept { |
| 265 | SplitTemplate(delim, l, r); |
no outgoing calls
no test coverage detected