Avatar
Int.self // Int.Type Int.Type.self // Int.Type.Type \Int.self // WritableKeyPath<Int, Int> \Int.Type.self // WritableKeyPath<Int.Type, Int.Type> ややこしい
1:33 AM
前半はselfを付けることでその前のもののTypeになる。 後半はプロパティとかと同じでselfが指すものを対象とするKeyPathになる.