Avatar
Syntax が protocol になったのが最近 https://github.com/apple/swift/pull/14122 で、 != が必要になった人が今までいなかっただけだと思います。
This patch, more in line with how I hoped we could structure the API, moves from a class-based model with Syntax as a superclass to a protocol-based model where each struct conforms to Syntax. This...