cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoNode Moduleslemmy.mlimagemessage-square52fedilinkarrow-up1577arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1571arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square52fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·2 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.