matrix utils port and pass

This commit is contained in:
Henry Schimke
2022-10-02 11:42:22 -05:00
parent 11adc27fe7
commit e78b919c7b
6 changed files with 889 additions and 790 deletions

View File

@@ -91,7 +91,7 @@ impl fmt::Display for ByteMatrix {
match bytesY[x] {
0 => result.push_str(" 0"),
1 => result.push_str(" 1"),
_ => result.push_str(" "),
_ => result.push_str(" "),
};
// switch (bytesY[x]) {
// case 0: