Help for this page

Select Code to Download


  1. or download this
    my $meth = sub { 
        $_[0] .= $_[1]->reshape($_[0]->dims) 
    };
    
  2. or download this
    
      DB<9> $op = sub { $_[0] + $_[1] }
    ...
      DB<10> p 4->$op(5)
    9
      DB<11>