Avatar
↓こう? < Optionalのmap/flatMapにinout版があれば ary.updateOrRemove { (elem) in elem.updateOrRemove { $0 = $0 % 3 == 0 ? nil : $0 * 10 } }