batteries icon indicating copy to clipboard operation
batteries copied to clipboard

feat: Array windows and chunks API from Rust

Open hargoniX opened this issue 1 year ago • 5 comments

Right now without the respective reverse chunks functions to check if this API design is fine before doing it wrong twice.

hargoniX avatar Apr 29 '23 16:04 hargoniX

Are there other projects using this? I think we are potentially better served more abstract than this in Std, but I'm not quite sure how this is used.

joehendrix avatar Oct 26 '23 19:10 joehendrix

This PR (like my other Array based one) was inspired by the Rust API functions for Vec (https://doc.rust-lang.org/stable/std/vec/struct.Vec.html) since Lean often tends to copy Rust functionality I thought it might be a good idea to put it into our stdlib as well.

hargoniX avatar Oct 26 '23 20:10 hargoniX

Heartbeat check: is this PR still active? If it is then just give a thumbs up and I will delete this comment.

fgdorais avatar Jul 22 '24 21:07 fgdorais

I'm not going to invest more time in it.

hargoniX avatar Jul 23 '24 08:07 hargoniX

Understood. I'm removing awaiting-author and adding help-wanted to signal that this PR is "for adoption".

fgdorais avatar Jul 23 '24 11:07 fgdorais