Beispiel #1
0
 public Pair[] ToArray() =>  _buffer.ToArray();
 public T[] ToArray() => _buffer.ToArray <T>(Length);