Avatar
[Poll] A Swift quiz: let a: [Float] = [1, .nan] let b: [Float] = [1, .nan] let copy = a a == b // (1) a == copy // (2) What’s (1) and (2)?