type CSVTable = IndexSet<Vec<String>>;
Represents all rows and columns of a CSV file.
Assumes that each row is unique (as it should be for all MUSE2 input files).
struct CSVTable { /* private fields */ }