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