Avatar
let a = Int!.some(1) func x(any: Any) { print(type(of: any)) } x(any: a) これもletとほぼ同じな気がしますが