Grr. I just spent time finding a bug:
guard if x == “test “else {
apparently complies, but fails the test. Can you spot the problem?
#swift #ios #mac
Grr. I just spent time finding a bug:
guard if x == “test “else {
apparently complies, but fails the test. Can you spot the problem?
#swift #ios #mac