コード例 #1
0
 public static Seq <B> map <A, B>(Seq <A> list, Func <A, B> map) =>
 list.Select(map);