cm0002@lemmy.world to Programmer Humor@programming.dev · 7 个月前Node Moduleslemmy.mlimagemessage-square48linkfedilinkarrow-up1693arrow-down16
arrow-up1687arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 个月前message-square48linkfedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·7 个月前You 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.