示例#1
0
 public static Cont <R, B> Apply <R, A, B>(this Cont <R, Func <A, B> > f, Cont <R, A> @this) => @this.Apply(f);