oSumAtrIX

Results 1489 comments of oSumAtrIX

Now just this needs implementation lol

```kt fun main() { val haystack = listOf("x", "b", "c", "d", "b", "x", "d", "b", "d") val matcher = IndexedMatcher() matcher.first { this == "b" } matcher.after(atLeast = 1, atMost...

A couple of example Instruction. extensions:

So right now, I have no "builder" behind all these APIs. This leads to the issue of not being able to cache evaluations. Previously I solved this by provoding an...

Some wrapper examples about dynamics:

Here are examples of the match api

Things like this can be done with the API which is cool: Also added these so its easier to access these:

Rewrote the other PRs string filter cleanly:

Builds now, but no tests have been done yet if it works. I'll need to rebase some changes and then I can test for bugs

Did some test runs on fixtures and it seems to work accordingly. Probably most edge cases will be revealed during a real world run.