jroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agoknow the features of your languagelemmy.worldimagemessage-square129fedilinkarrow-up1567arrow-down120
arrow-up1547arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agomessage-square129fedilink
minus-squarewords_number@programming.devlinkfedilinkarrow-up2·11 months 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.