Swift Downcast

Run Settings
LanguageSwift
Language Version
Run Command
let intVal:Int = 10; let up:Any = intVal; if let down = up as? Int { print( "Cast successful." ); }
Editor Settings
Theme
Key bindings
Full width
Lines