Aug 9, 2017 · 1 min read
In the last example you do not specify explicitly that Array conforms to Equatable, you just implement a “==” method, without writing “Array: Equatable”.
Is it enough to make this array to be Equatable?
In the last example you do not specify explicitly that Array conforms to Equatable, you just implement a “==” method, without writing “Array: Equatable”.
Is it enough to make this array to be Equatable?