cm0002@lemmy.world to Programmer Humor@programming.dev · 22 days agoNode Moduleslemmy.mlimagemessage-square55fedilinkarrow-up1725arrow-down17
arrow-up1718arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 22 days agomessage-square55fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·21 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.