Ad
  • Custom User Avatar

    Almost did the same thing...but I changed the trait bounds on array_diff to also require that T implement the Copy trait.
    Then I used iter and copied instead of just using into_iter like I should have...because I initially misspelled into_iter while trying this exact thing :P