Operators conform to protocols?

I see that operator declarations use this syntax in the standard library: fixity operator: PrecedenceGroup, Protocol. This is undocumented. Is this some kind of protocol conformance or inheritance?

I believe it is related to this.

4 Likes

What Nevin said.

1 Like