cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoNode Moduleslemmy.mlimagemessage-square48fedilinkarrow-up1703arrow-down16cross-posted to: [email protected]
arrow-up1697arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square48fedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·19 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.