cm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agoNode Moduleslemmy.mlexternal-linkmessage-square55fedilinkarrow-up1725arrow-down16
arrow-up1719arrow-down1external-linkNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agomessage-square55fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·12 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.