Today's my birthday, and all I want is YOUR CLIPBOARD! Hit reply and paste—NO EDITING! ✂️📋🎉
@andybaio func mapSet<T: Hashable>(_ transform: (Element) throws -> T) rethrows -> Set<T> {
return Set(try self.map(transform))
}