Hi
What is the difference between the following:
extension Collection where Self.Element: Hashable {}
vs
extension Collection where Element: Hashable {}
I mean is there any practical difference?
Thanks
Hi
What is the difference between the following:
extension Collection where Self.Element: Hashable {}
vs
extension Collection where Element: Hashable {}
I mean is there any practical difference?
Thanks
None!