| 854 | TBasicString& AppendUtf16(const ::TWtringBuf& s) Y_LIFETIME_BOUND; |
| 855 | |
| 856 | inline void push_back(TCharType c) { |
| 857 | // TODO |
| 858 | append(c); |
| 859 | } |
| 860 | |
| 861 | template <class T> |
| 862 | TBasicString& operator+=(const T& s) Y_LIFETIME_BOUND { |
no test coverage detected