Avatar
While it addresses the issue of x!, it doesn't generalize or address the other failing forms in Swift, such as like try!, as!, array subscripting, integer overflows, etc.
なるほど。
1:31 AM
まあ array subscripting とかはともかく(それが API の選択だから、それを利用している時点で意図が感じられる)、 try!as!optional! と同様の問題は抱えてるはずで、 !! じゃ不十分というのはその通りだ。 (edited)