Beispiel #1
0
 public Bucket Copy() =>
 KeyValues.Length == 0 ? EmptyBucket : new Bucket(KeyValues.Copy());