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