Releasing Nerd_STF version 2.4.0. #88

Merged
That-One-Nerd merged 16 commits from canary into main 2023-07-10 00:25:18 -04:00
Showing only changes of commit 564d4caa1a - Show all commits

View File

@ -39,8 +39,6 @@ public class NDArray<T> : IEnumerable<T>, IEquatable<NDArray<T>>
Array.Fill(sizes, allLengths);
arr = new T[Mathf.Product(sizes)];
Console.WriteLine("Gay ass balls");
}
public NDArray(int[] lengths)
{