cm0002@lemmy.world to Programmer Humor@programming.dev · 2 个月前Node Moduleslemmy.mlimagemessage-square53linkfedilinkarrow-up1721cross-posted to: [email protected]
arrow-up1721imageNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 个月前message-square53linkfedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up3·2 个月前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.