Example #1
0
 public FunEnumerable(int size, Int2Int f)
 {
     this.size = size; this.f = f;
 }
Example #2
0
	public FunEnumerable(int size, Int2Int f)
	{
		this.size = size; this.f = f;
	}