Function advent_of_code_2022::day_3::intersect_strings
source · fn intersect_strings(a: &String, b: &String) -> String
Expand description
Get the character(S) in the second string that are also in the first string
fn intersect_strings(a: &String, b: &String) -> String
Get the character(S) in the second string that are also in the first string