Пример #1
0
 public static TType Set <TType, TValue>(
     this TType instance, Lens <TType, TValue> lens, TValue value)
 => lens.Set(value)(instance);