Finding a good name sometimes seems so hard. In Power Collections, we are going to want to provide a bunch of static methods that implement useful algorithms on collection interfaces (sort of STL-like). Stuff like “LargestElement“, “Sort“,
Read More...