cm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agoNode Moduleslemmy.mlimagemessage-square53linkfedilinkarrow-up1600arrow-down17cross-posted to: [email protected]
arrow-up1593arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agomessage-square53linkfedilinkcross-posted to: [email protected]
minus-squarevithigarlinkfedilinkarrow-up3·23 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.