cm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agoNode Modulesimagemessage-square53linkfedilinkarrow-up1723arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1717arrow-down1imageNode Modulescm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agomessage-square53linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·7 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.