ilya.gorbunov
05/14/2018, 8:38 PMbenleggiero
05/15/2018, 1:59 AMas, like it seems Swift doesAndreas Sinz
05/15/2018, 12:02 PMas that cast values and some as that doesn't cast, but instead tells the compiler what type it isbenleggiero
05/15/2018, 10:37 PMas should be as!!, since it’s not conditional. Then as should be type hinting for safe casting, and as? should remain as-is