cm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agoNode Modulesimagemessage-square44linkfedilinkarrow-up145arrow-down13cross-posted to: programmerhumor@lemmy.ml
arrow-up142arrow-down1imageNode Modulescm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square44linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·6 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.