cm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agoNode Moduleslemmy.mlexternal-linkmessage-square51fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1external-linkNode Moduleslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agomessage-square51fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up0·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.