cm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agoNode Moduleslemmy.mlimagemessage-square54fedilinkarrow-up1719arrow-down16
arrow-up1713arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agomessage-square54fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·13 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.