Avatar
func typeOfCompileTime<T>(_ x: T) -> Any.Type { return T.self } これで確認できますね