Example #1
0
 public static IAsyncEnumerable <TSource> Reverse <TSource>(this IAsyncEnumerable <TSource> source) =>
 LinqEnumerable.Reverse(source);