Alexey Kopytko

Results 59 issues of Alexey Kopytko

- [x] #106 - [x] #107 - [x] #103 - [ ] `last(callable $selector = null, $default = null)`, - [ ] `first(callable $selector = null, $default = null)`, `pull()`...

feature-request

https://docs.scala-lang.org/scala3/book/collections-methods.html Here are some methods that don’t use lambdas: ```scala val a = List(10, 20, 30, 40, 10) // List(10, 20, 30, 40, 10) a.distinct // List(10, 20, 30, 40)...

- [ ] skipUntil - [x] #129 - [ ] takeWhile - [ ] takeUntil

Primarily to control against future changes. Should be feasible with help of Blackfire. These benchmarks can be used as a reference: - https://github.com/Athari/YaLinqoPerf/pull/2 - https://github.com/DusanKasan/Knapsack/tree/master/tests/performance Add them to a test...

enhancement

Fixes #89

enhancement
help wanted

This PR: - [ ] Attempts to fix #1965 It didn't work, but I figured I'll leave some breadcrumbs for the future explorer.