Avatar
Avatar
t.ae
@swift-5.6.3 extension Int { static var mySelf: Int.Type = Int.self var mySelf: Int { self } } print(type(of: Int.mySelf)) print(type(of: \Int.mySelf))
Int.Type KeyPath<Int, Int>