コード例 #1
0
 public static T Set <T, V>(this Lens <T, V> lens, T item, V value)
 {
     return(lens.Setter(value, item));
 }