cm0002@lemmy.world to Programmer Humor@programming.dev · 2 天前Node Moduleslemmy.mlimagemessage-square45linkfedilinkarrow-up1671arrow-down14cross-posted to: programmerhumor@lemmy.ml
arrow-up1667arrow-down1imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 天前message-square45linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·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.