cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoNode Moduleslemmy.mlimagemessage-square47fedilinkarrow-up1690arrow-down15
arrow-up1685arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square47fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·4 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.