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