cm0002@lemmy.world to Programmer Humor@programming.dev · 20 days agoNode Moduleslemmy.mlimagemessage-square55fedilinkarrow-up1727arrow-down16cross-posted to: [email protected]
arrow-up1721arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 20 days agomessage-square55fedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·19 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.