cm0002@lemmy.world to Programmer Humor@programming.dev · 17 days agoNode Moduleslemmy.mlimagemessage-square54linkfedilinkarrow-up1720arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1714arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 17 days agomessage-square54linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·15 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.