CSVTable

Type Alias CSVTable 

Source
type CSVTable = IndexSet<Vec<String>>;
Expand description

Represents all rows and columns of a CSV file.

Assumes that each row is unique (as it should be for all MUSE2 input files).

Aliased Typeยง

struct CSVTable { /* private fields */ }