cm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agoNode Moduleslemmy.mlimagemessage-square49fedilinkarrow-up1621arrow-down15
arrow-up1616arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square49fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·8 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.