cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoNode Moduleslemmy.mlimagemessage-square52linkfedilinkarrow-up1601arrow-down17cross-posted to: [email protected]
arrow-up1594arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square52linkfedilinkcross-posted to: [email protected]
minus-squarevithigarlinkfedilinkarrow-up3·1 month 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.