This PR aims to improve the performance of `String.contains`, `String.find`, etc. when using patterns of type `Char` or `Char -> Bool` by moving the needle out of the iterator state and thus working around missing unboxing in the compiler. |
||
|---|---|---|
| .. | ||
| Basic.lean | ||
| Char.lean | ||
| Pred.lean | ||
| String.lean | ||