Check type

print(type(of: "abc")) // print: String
print(type(of: 123))   // print: 123
Comments