Avatar
暗黙の関数型変換って let a: () -> Int = { 0 } let b: () -> Int? = a みたいなことですかね?これとoverrideでもルールが違うんですか? (edited)