Average, MinMax, and others

This commit is contained in:
neuecc
2020-05-09 15:33:46 +09:00
parent c16433e0fe
commit d4511c0f67
20 changed files with 8208 additions and 1459 deletions

View File

@@ -1,6 +1,6 @@
namespace Cysharp.Threading.Tasks.Linq
{
internal sealed class Max
internal static partial class Max
{
}