jajaperson / iterable-utilities

A bunch of utilities for working with iterables, many inspired by the native array methods.
https://deno.land/x/iter
MIT License
9 stars 1 forks source link

feature parity with kotlin and deno stdlib collections #11

Open scarf005 opened 1 year ago

scarf005 commented 1 year ago

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

jajaperson commented 1 year ago

Seems like a good idea. Do you plan to only do a release once all these features have been implemented?

scarf005 commented 1 year ago

...oh, haven't had much time since i was a bit busy lately. i think minor release for each group of related functions would be good.