который хранится как переменная? что-то вроде такого:
let type: Int.Type = Int.self
if 5 is type {
print("hey")
}
https://stackoverflow.com/questions/31858191/swift-is-operator-with-type-stored-in-variable
Обсуждают сегодня