2 lines
85 B
Plaintext
2 lines
85 B
Plaintext
|
class Matrix extends Vector<Vector<Integer>> {
|
||
|
op = (m) -> (f) -> f.apply(this, m); }
|