home
-
all
|
technology
-
piracy
-
linux
-
asklemmy
-
memes
-
selfhosted
-
technology
-
nostupidquestions
-
mildlyinfuriating
-
games
-
privacy
-
gaming
-
opensource
-
programmerhumor
-
showerthoughts
-
lemmyworld
-
fediverse
-
android
-
asklemmy
-
lemmyshitpost
-
more »
log in
or
sign up
|
settings
zemja@programming.dev
overview
[+]
[–]
zemja
joined 1 year ago
sorted by:
new
top
controversial
old
Rust Optimization: `Vec::into_iter().collect()`
in
c/rust@programming.dev
[–]
zemja@programming.dev
2 points
7 months ago
I thought this was the point of
vec.drain(..).collect()
.
permalink
fedilink
source
I thought this was the point of
vec.drain(..).collect()
.