cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoNode Moduleslemmy.mlimagemessage-square43fedilinkarrow-up1658arrow-down14
arrow-up1654arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square43fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·6 hours agoYou can though? mySet.values().map(mappingFunc) will create a new iterator transformed by the mapping function.
You can though?
mySet.values().map(mappingFunc)
will create a new iterator transformed by the mapping function.