static L getColumn(int col, Cl> matrix) { ret map(matrix, row -> get(row, col)); }