Example #1
0
 public void Enumerate(FastList <T> output)
 {
     output.FastClear();
     output.AddRange(this);
 }