Avatar
struct S { var prop: Int } var s: S? s?.prop = 1 とかだと、結構つかってる人いるんじゃないかな?