2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -23,7 +23,7 @@ multi infix:<**> (SqMat $m, Int $n is copy where { $_ >= 0 }) {
|
|||
multi show (SqMat $m) {
|
||||
my $size = 1;
|
||||
for ^$m X ^$m -> ($i, $j) { $size max= $m[$i][$j].Str.chars; }
|
||||
say join "\n", $m».fmt("%{$size}s");
|
||||
.put for @$m».fmt("%{$size}s");
|
||||
}
|
||||
|
||||
my @m = [1, 2, 0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue