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