cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoNode Moduleslemmy.mlimagemessage-square53linkfedilinkarrow-up1716arrow-down16
arrow-up1710arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square53linkfedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·3 months 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.