示例#1
0
 public static void ForEach <A>(this Identity <A> @this, Action <A> f) => @this.AsEnumerable().ForEach(f);