Esempio n. 1
0
 public static function range($i, $j = null, $step = 1)
 {
     return new self(a::range($i, $j, $step));
 }