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