cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoNode Moduleslemmy.mlimagemessage-square50linkfedilinkarrow-up1717arrow-down16
arrow-up1711arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square50linkfedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·5 days 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.