예제 #1
0
 public static Memo <T, R> With <T, V, R>(this Memo <T, V> value, Func <T, V, R> func) => value.ApplyFunc(func);