Avatar
let a = [1,2,3].flatMap { $0 + 1 } こういうやつ。closure の返値が いったん Optional になるから、効率が わるい 悪かった。 (edited)