(@NotNull String s)
| 36 | } |
| 37 | |
| 38 | @NotNull @Contract("-> this") |
| 39 | public ManagedString append(@NotNull String s) { |
| 40 | Stats.onNativeCall(); |
| 41 | _nAppend(_ptr, s); |
| 42 | return this; |
| 43 | } |
| 44 | |
| 45 | @NotNull @Contract("-> this") |
| 46 | public ManagedString remove(int from) { |
no test coverage detected