MistyPutt

Results 2 comments of MistyPutt

I've played around with a naive implementation: ``` function mapArrayWithIndex(f: (a: A, i: number) => B, array: A[], offset: number): [B[], number] { const result = new Array(array.length); for (let...

Absolutely! I did work around a few issues building the project when trying out that implementation and would feel better if I had a "clean" project when submitting the PR....