Given a list of items returns a new list with only unique items. Accepts an optional identity function to convert each item in the list to a comparable identity value
Optional
Given a list of items returns a new list with only unique items. Accepts an optional identity function to convert each item in the list to a comparable identity value