Closed trentsummerfield closed 8 years ago
This replaces the contains method for Vec with a more generic implementation. This version of contains supports anything that implements IntoIterator.
I had to drop the existing vec contains implementation otherwise the compiler would complain that it didn't know which implementation to use.
This replaces the contains method for Vec with a more generic implementation. This version of contains supports anything that implements IntoIterator.