cm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agoNode Moduleslemmy.mlimagemessage-square55fedilinkarrow-up1727cross-posted to: [email protected]
arrow-up1727imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agomessage-square55fedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·20 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.