(int from)
| 43 | } |
| 44 | |
| 45 | @NotNull @Contract("-> this") |
| 46 | public ManagedString remove(int from) { |
| 47 | Stats.onNativeCall(); |
| 48 | _nRemoveSuffix(_ptr, from); |
| 49 | return this; |
| 50 | } |
| 51 | |
| 52 | @NotNull @Contract("-> this") |
| 53 | public ManagedString remove(int from, int length) { |
no test coverage detected