Create a new string sort
()
| 249 | * Create a new string sort |
| 250 | **/ |
| 251 | public SeqSort<CharSort> mkStringSort() |
| 252 | { |
| 253 | return new SeqSort<>(this, Native.mkStringSort(nCtx())); |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Create a new sequence sort |
no test coverage detected