Example #1
0
 public function merge(self $another)
 {
     return new static(array_merge($this->items, $another->to_array()));
 }