Apologies if this has already been suggested and discussed somewhere, but I
couldn't find anything. I'm learning Rust at the moment, and found myself
wishing that JavaScript had `chunks` and `windows` array methods.

https://doc.rust-lang.org/std/primitive.slice.html#method.windows

https://doc.rust-lang.org/std/primitive.slice.html#method.chunks

A `swap` method (like Rust's) might be handy too. Has there been any
discussion on new array methods like this? I think it's great that slice
notation and range() type stuff
<https://github.com/tc39/proposal-slice-notation/issues/19#issuecomment-421453934>
is
being discussed, and I think it would be neat if JavaScript got some more
array-manipulation features to make wrangling data more pleasant.

Any thoughts?

Cheers,
Joe
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to