cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoNode Moduleslemmy.mlimagemessage-square53fedilinkarrow-up1657arrow-down14
arrow-up1653arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square53fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·2 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.