cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoNode Modulesimagemessage-square54linkfedilinkarrow-up1728arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1722arrow-down1imageNode Modulescm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square54linkfedilinkcross-posted to: programmerhumor@lemmy.ml
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.