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