https://deno.land/std/collections/mod.ts https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/ > Functions for specific common tasks around collection types like Array and Record. This module is heavily inspired by kotlins stdlib. ## TODO - #10 - [ ] ascend - [ ] associateBy - [ ] associateWith - [ ] chunk - [ ] descend - [ ] distinct - [ ] distinctBy - [ ] dropLastWhile - [x] dropWhile - [ ] findSingle - [ ] firstNotNullishOf - [ ] groupBy - [ ] intersect - [ ] joinToString - [ ] mapNotNullish - [ ] maxBy - [ ] maxOf - [ ] maxWith - [ ] minBy - [ ] minOf - [ ] minWith - [ ] partition - [ ] permutations - [ ] runningReduce - [ ] sample - [ ] slidingWindows - [ ] sortBy - [ ] sumOf - [ ] takeLastWhile - [x] takeWhile - [ ] union - [ ] unzip - [ ] withoutAll - [ ] zip