jroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoknow the features of your languagelemmy.worldimagemessage-square145fedilinkarrow-up1641arrow-down124
arrow-up1617arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square145fedilink
minus-squarewords_number@programming.devlinkfedilinkarrow-up2·1 year agoI think you could even get rid of the iter() and the collect() since it’s a small fixed size array.
I think you could even get rid of the
iter()
and thecollect()
since it’s a small fixed size array.