예제 #1
0
 public function concat($array)
 {
     return new self(a::concat($this->value, self::unwrap($array)));
 }