Example #1
0
 public static T MinBy <T, TR>(this IEnumerable <T> ts, Func <T, TR> func)
 => ListModule.MinBy(FSharpFunc <T, TR> .FromConverter(t => func(t)), WeakCache <T> .GetList(ts));