Exemplo n.º 1
0
 public T[] Array1 <T>(int size)
 => Array1Pool <T> .Get(size);
Exemplo n.º 2
0
 public               T[] Array1 <T>(long size)
 => Array1Pool <T> .Get(size);