-
-
Save Cogitri/1b0b56a6b3aa0611b941402e55010e25 to your computer and use it in GitHub Desktop.
iter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let correct_license = corrected_vals.licenses.par_iter() | |
| .filter(|x| license == x.is) | |
| .map(|x| x.should.to_string()) | |
| .collect::<String>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment