cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agoNode Moduleslemmy.mlimagemessage-square45linkfedilinkarrow-up1645arrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up1640arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square45linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·5 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.