Ejemplo n.º 1
0
 public function chunks($n)
 {
     return new self(a::chunks($this->value, $n));
 }