Twitter Feed: Post

Twitter Feed

@bascule ("Tony “Abolish ICE” Arcieri 🦀") wrote:

Copying and pasting:

fn collect_into_array<I, const N: usize>(iter: &mut I) -> Option<[I::Item; N]>

...into a Rust crate consumed by a lot of other crates developed by the same org, to use now with the goal of migrating to libcore's version eventually.

Good idea/bad idea?