Hi, has anyone had problems getting listing 25.9 to work? I have implemented the == and < comparable operators but Xcode reports errors when testing the other comparable operators <=, > and >=.
Ignore the above post - I found an error in my playground code.