Beispiel #1
0
 public function removeSlice($i, $j = null)
 {
     return new self(a::removeSlice($this->value, $i, $j));
 }