Avatar
let x = [Int]() as? [String] // Cast from [Int] to unrelated type [String] always fail, 但し x = []
2:42 AM
クソワロタ