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