TablePlacer.ColsRows

class TablePlacer(int Cols, int Rows)
enum ColsRows = vec2i(Cols, Rows);

Meta